Container
DevOps Docker Container
Common command
| command | description |
|---|---|
docker ps |
Show the active container |
docker ps -a |
Show the all container |
docker exec -ti {container_name} bash |
Go into the container |
docker inspect {container_name} |
Get the description of the container |
docker rm {container_name} |
Remove the container |