Changes

From SME Server
Jump to navigationJump to search
95 bytes added ,  13:33, 9 September 2014
m
no edit summary
Line 78: Line 78:  
To download the centos6 image to your local server, issue the following command as root:
 
To download the centos6 image to your local server, issue the following command as root:
 
  docker pull centos:centos6
 
  docker pull centos:centos6
where the syntax is 'centos' as the main repository and 'centos6' the specific version. Would you issue only 'docker pull centos', then all centos version will be downloaded. So be specific.  
+
where the syntax is 'centos' as the main repository and 'centos6' the specific version. Would you issue only 'docker pull centos', then all centos version will be downloaded. So be specific.
 +
 
 +
Once the image has been downloaded, you can check your local images by issuing:
 +
docker images
     

Navigation menu