Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 239 Bytes

docker.md

File metadata and controls

15 lines (10 loc) · 239 Bytes

Docker

Docker Swarm - how-to's on docker swarm.

Export an image to a tar file:

docker save <IMAGE>:<TAG> -o <NAME>.tar

Load an image from a tar:

docker load -i <NAME>.tar