Difference between revisions of "Docker ps"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
{{Draft}}
+
<code>docker ps</code> list containers
 +
* https://docs.docker.com/engine/reference/commandline/ps/
  
<code>docker ps</code>
+
 
 +
<code>docker ps</code> list containers
 
  CONTAINER ID        IMAGE                          COMMAND            CREATED            STATUS                            PORTS                                                                                    NAMES
 
  CONTAINER ID        IMAGE                          COMMAND            CREATED            STATUS                            PORTS                                                                                    NAMES
 
  b505ff9b5560        gitlab/gitlab-ee:11.3.1-ee.0  "/assets/wrapper"  6 days ago          Up 25 seconds (health:  
 
  b505ff9b5560        gitlab/gitlab-ee:11.3.1-ee.0  "/assets/wrapper"  6 days ago          Up 25 seconds (health:  

Revision as of 03:46, 10 August 2020

docker ps list containers


docker ps list containers

CONTAINER ID        IMAGE                          COMMAND             CREATED             STATUS                             PORTS                                                                                    NAMES
b505ff9b5560        gitlab/gitlab-ee:11.3.1-ee.0   "/assets/wrapper"   6 days ago          Up 25 seconds (health: 
starting)   0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:5001->5001/tcp, 0.0.0.0:2224->22/tcp   gitlab-web


  • docker ps -a
  • docker ps -a -q


docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Related commands

See also

Advertising: