no such container翻译
"no such container"翻译为中文是"不到该容器"。这是一个用于Docker容器管理的错误提示,意味着没有到指定的容器。
例句:
1.当我尝试使用命令docker start container_name时,收到了"no such container"的错误提示。
When I tried to use the command docker start container_name, I received the error message "no such container".
2.我在Docker中运行容器时遇到了"no such container",表明我没有在本地到该容器。
I encountered "no such container" when running a container in Docker, indicating that I did not find the container locally.
3.如果你输入了错误的容器名称,就会出现"no such container"的错误。
If you enter an incorrect container name, you will get the error "no such container".
4.当我试图删除一个不存在的容器时,终端显示"no such container"。
When I tried to delete a non-existent container, the terminal displayed "no such container".
5.我尝试查看正在运行的容器列表时,收到了"no such container"的错误。
I received the error "no such container" when I tried to view the list of running containers.
6.如果您输入了一个已停止的容器名称,您可能会得到"no such container"的错误提示。
If you enter a name of a stopped container, you may get the error message "no such container".
7.该命令无法到任何正在运行的容器,因此显示"no such container"的错误。
The command couldn't find any running containers, hence displaying the error "no such container".
8.出现了"no such container"的错误提示,因为我尝试连接到一个不存在的容器。
container容器用法I received the error message "no such container" as I tried to connect to a non-existent container.
9.当我用错误的ID来重命名容器时,终端显示"no such container"的错误。
The terminal displayed the error "no such container" when I tried to rename a container with an incorrect ID.