start Start one or more stopped containers stats Display a live stream of container(s) resource usage statistics stop Stop one or more running containers swarm Manage Docker Swarm tag Tag an image into a repository top Display the running processes of a container unpause Unpause all processes with...
将一个或多个镜像保存到 tar 存档(默认流式传输到 STDOUT) start Start one or more stopped containers 启动一个或多个停止的容器 stats Display a live stream of container(s) resource usage statistics 显示容器资源使用统计的实时流 stop Stop one or more running containers 停止一个或多个正在运行的容器 ...
--format string Pretty-print containers using a Go template -n, --last int Show n last created containers (includes all states) (default -1) -l, --latest Show the latest created container (includes all states) --no-trunc Don't truncate output -q, --quiet Only display numeric IDs -s...
top Display the running processes of a container unpause Unpause all processes within one or more containers update Update configuration of one or more containers version Show the Docker version information wait Blockuntilone or more containers stop, then print their exit codes 回到顶部 二,Docker指令...
I have tried the latest version(4.12.0) in Windows 10 and 11. Sometimes, when containers run normally, I click Containers-specific container-logs. It supposed to show me the logs, however, it's completely empty. Then I use the docker log...
containers --启动容器 stats Display a live stream of container(s) resource usage statistics --动态显示容器的资源消耗情况,包括:CPU、内存、网络I/O stop Stop a running container --停止一个运行的容器 tag Tag an image into a repository --对镜像进行重命名 top Display the running processes of a ...
stopStop one or more running containers 停止一个或多个正在运行的容器 topDisplay the running processes of a container 显示容器的运行进程 unpauseUnpause all processes within one or more containers 在一个或多个容器中暂停所有进程 updateUpdate configuration of one or more containers ...
info Display system-wide information 信息显示系统 inspect Return low-level information on Docker objects 返回docker的详细基础信息。 kill Kill one or more running containers 杀死一个或多个正在运行的容器 load Load an image from a tar archive or STDIN ...
[对应 load] search Search for an image on the Docker Hub # 在 docker hub 中搜索镜像 start Start a stopped containers # 启动容器 stop Stop a running containers # 停止容器 tag Tag an image into a repository # 给源中镜像打标签 top Lookup the running processes of a container # 查看容器中...
Fixed issues related to performing actions on selected containers. Fixes https://github.com/docker/for-win/issues/13005 Added functionality that allows you to display timestamps for your container or project view. Fixed a possible segfault when interrupting docker pull with Control+C. Increased the...