- docker ps -a
- docker images
- docker build -t tag --no-cache
- docker run -i -t tag /bin/bash
- docker cp containerid:/path localpath
- docker save imageid > local.tar
- docker load < local.tar
- docker rm containerid
- docker rmi imageid
Last active
June 12, 2017 03:05
-
-
Save leapar/073ca5f9a28089840d94bdc3836d7bb8 to your computer and use it in GitHub Desktop.
docker
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -sSL https://get.daocloud.io/docker | sh