Created
December 30, 2024 15:59
-
-
Save CN-CODEGOD/3d099ba11174f3e2435241dd225a3705 to your computer and use it in GitHub Desktop.
docker 常用命令
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
| 列出images | |
| docker images | |
| 开启images | |
| docker compose up -d | |
| 列出运行的docker | |
| docker ps | |
| 打开logs | |
| docker compose logs -f | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment