liunx系统常用docker指令以及用途
时间: 2024-06-01 07:13:06 浏览: 40
常用的Docker命令
Sure, here are some commonly used Docker commands and their purposes in Linux systems:
1. docker run - This command is used to run a Docker container.
2. docker build - This command is used to build a Docker image.
3. docker ps - This command is used to list all running Docker containers.
4. docker images - This command is used to list all available Docker images.
5. docker stop - This command is used to stop a running Docker container.
6. docker rm - This command is used to remove a Docker container.
7. docker rmi - This command is used to remove a Docker image.
I hope this helps! Let me know if you have any other questions.
阅读全文