Changes

From SME Server
Jump to navigationJump to search
3 bytes added ,  11:08, 16 September 2014
m
no edit summary
Line 152: Line 152:     
To use the copyofsme9.tar file on another server and use it on that server with Docker, we can load it into the repository of the new server:
 
To use the copyofsme9.tar file on another server and use it on that server with Docker, we can load it into the repository of the new server:
  docker load < /downloads/copyofsme9.tar
+
  docker load -i < /downloads/copyofsme9.tar
 
After Docker has loaded the file, you can check it's availability by executing: docker imagesand you can use it just like any other image on your new server. You can use the ''save'' and ''load'' commands to clean up your local repository and share copies of your image.
 
After Docker has loaded the file, you can check it's availability by executing: docker imagesand you can use it just like any other image on your new server. You can use the ''save'' and ''load'' commands to clean up your local repository and share copies of your image.
  

Navigation menu