Home>Article>Operation and Maintenance> What is the command to enter a running docker container

What is the command to enter a running docker container

王林
王林 Original
2020-04-29 11:02:39 9588browse

What is the command to enter a running docker container

The command to enter a running docker container is:

$ docker ps $ docker exec -it 775c7c9ee1e1 /bin/bash

Recommended tutorial:docker

The above is the detailed content of What is the command to enter a running docker container. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to learn docker? Next article:How to learn docker?