-
Notifications
You must be signed in to change notification settings - Fork 63
Install Docker and Docker Compose
Kevin S edited this page Sep 11, 2017
·
3 revisions
Visit this page https://www.docker.com/community-edition to download MSI
Follow Instruction from this page: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-14-04
https://docs.docker.com/engine/installation/linux/docker-ce/centos/ https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-centos-7
After Install docker-ce, docker deamon must be started.
sudo systemctl start docker