Skip to content

Instantly share code, notes, and snippets.

@smothiki
Created April 22, 2015 19:45
Show Gist options
  • Save smothiki/34ee6018468257b120a7 to your computer and use it in GitHub Desktop.
Save smothiki/34ee6018468257b120a7 to your computer and use it in GitHub Desktop.
docker -H 172.17.8.103:2395 ps
CONTAINER ID        IMAGE               COMMAND                CREATED              STATUS              PORTS               NAMES
b7e510f3c9f9        redis:latest        "/entrypoint.sh redi   About a minute ago   Pending             6379/tcp            deis-03/some-redis3   
e8b0748017ca        redis:latest        "/entrypoint.sh redi   About a minute ago   Pending             6379/tcp            deis-03/some-redis2   
16ee2fe9f663        redis:latest        "/entrypoint.sh redi   16 hours ago         Up 16 hours         6379/tcp            deis-02/some-redis    
deis-02 ~ $ docker ps -a
CONTAINER ID        IMAGE               COMMAND                CREATED             STATUS              PORTS               NAMES
4c93f95213cc        redis:latest        "/entrypoint.sh redi   55 seconds ago                                              some-redis3         
16ee2fe9f663        redis:latest        "/entrypoint.sh redi   16 hours ago        Up 16 hours         6379/tcp            some-redis          
14adb8adea35        swarm:latest        "swarm join"           17 hours ago        Up 17 hours         2375/tcp            deis-swarm-node     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment