meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:docker:ubuntu12 [2019/02/19 09:48] – created niziak | linux: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 | ||
| </ | </ | ||
| ====== docker-compose ====== | ====== docker-compose ====== | ||
| - | For latest refer to: [[https:// | + | For latest refer to: [[https:// |
| <code bash> | <code bash> | ||