RawIron / devops-my-ubuntu

clone my ubuntu setup using Ansible playbook
1 stars 1 forks source link

docker install and config #11

Closed RawIron closed 8 years ago

RawIron commented 8 years ago
sudo apt-get install -y docker.io

sudo usermod -aG docker <your username>
sudo service docker start
systemctl enable docker