meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:docker:ubuntu12 [2019/02/19 09:48] – created niziaklinux:docker:ubuntu12 [2023/05/17 10:29] (current) niziak
Line 1: Line 1:
 +====== Ubuntu 12 ======
 +
 ====== Install docker on Ubuntu Precise ====== ====== Install docker on Ubuntu Precise ======
 Ubuntu 12 LTS Ubuntu 12 LTS
Line 9: Line 11:
 apt-get update apt-get update
 apt-get install docker-engine apt-get install docker-engine
 +
 +sudo usermod -aG docker username
 </code> </code>
  
 ====== docker-compose ====== ====== docker-compose ======
  
-For latest refer to: [[https://github.com/docker/compose/releases]+For latest refer to: [[https://github.com/docker/compose/releases]]
  
 <code bash> <code bash>