Answers for "command to get info about docker container"

0

docker see containers full command

docker ps --no-trunc
Posted by: Guest on May-26-2020
0

Docker show more info on currently running containers

$ docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS                      PORTS               NAMES
305297d7a235        busybox             "uptime"            11 minutes ago      Exited (0) 11 minutes ago                       distracted_goldstine
ff0a5c3750b9        busybox             "sh"                12 minutes ago      Exited (0) 12 minutes ago                       elated_ramanujan
14e5bd11d164        hello-world         "/hello"            2 minutes ago       Exited (0) 2 minutes ago                        thirsty_euclid
Posted by: Guest on November-23-2021

Code answers related to "command to get info about docker container"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language