Last active
June 16, 2021 03:30
-
-
Save dagrons/f3c0303e3bb514f04b4cd683835f1446 to your computer and use it in GitHub Desktop.
docker cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
启动docker | |
docker run -it --name mal_backend --network mal_mal -v "$(pwd)":/app -p 5000:5000 mal_backend bash | |
清除docker镜像缓存 | |
docker system prune --volumes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment