发布网友 发布时间:2022-04-20 22:13
共1个回答
热心网友 时间:2023-05-25 14:26
When people say “Docker” they typically mean Docker Engine, the client-server application made up of the Docker daemon, a REST API that specifies interfaces for interacting with the daemon, and a command line interface (CLI) client that talks to the daemon (through the REST API wrapper). Docker Engine accepts dockercommands from the CLI, such as docker run , docker ps to list running containers, docker images to list images, and so on.