docker_install
This is an old revision of the document!
Installing docker is very simple:
curl -sSL https://get.docker.com/ | sh
service docker startNow start the service and enable from boot:
sudo docker run hello-world ; chkconfig docker on
To test if it has been installed properly you can run the following command:
sudo docker run hello-worldYou are looking for the following line to see if it has been installed correctly:
Hello from Docker. This message shows that your installation appears to be working correctly
docker_install.1444153811.txt.gz · Last modified: 2024/05/23 07:26 (external edit)