Skip to content

Instantly share code, notes, and snippets.

@dagrons
Last active June 16, 2021 03:30
Show Gist options
  • Save dagrons/f3c0303e3bb514f04b4cd683835f1446 to your computer and use it in GitHub Desktop.
Save dagrons/f3c0303e3bb514f04b4cd683835f1446 to your computer and use it in GitHub Desktop.
docker cheatsheet
启动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