Answers for "know name of your docker container"

1

check just name of running container

# Try removing the table part from your --format argument, such as:

docker ps --format '{{.Names}}'

# It should give you a simple list of container names with no table heading
Posted by: Guest on December-08-2021
0

docker container name

docker ps --format "{{.Names}}"
Posted by: Guest on September-08-2021

Code answers related to "know name of your docker container"

Browse Popular Code Answers by Language