Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. am@op:~$ sudo docker images
  2. REPOSITORY TAG IMAGE ID CREATED SIZE
  3. postgres latest 9907cacf0c01 5 hours ago 314MB
  4. openproject/community 10 ae5cf04e5b78 17 hours ago 1.72GB
  5. <none> <none> 42273b5df0a4 17 hours ago 1.05GB
  6. memcached latest 45316d13ab87 7 days ago 82.3MB
  7. postgres 10 538942384eaf 3 weeks ago 200MB
  8. ruby 2.6-stretch 6a9327dc91a5 4 weeks ago 869MB
  9. dockage/phppgadmin latest 10873793df57 9 months ago 71.3MB
  10.  
  11. am@op:~$ sudo docker container ls
  12. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  13. 53b3c42a487f openproject/community:10 "./docker/entrypoint…" About an hour ago Up About an hour 5432/tcp, 0.0.0.0:8080->80/tcp openproject_proxy_1
  14. 3678b78d799d openproject/community:10 "./docker/entrypoint…" About an hour ago Up About an hour 80/tcp, 5432/tcp openproject_web_1
  15. f38018f50d95 openproject/community:10 "./docker/entrypoint…" About an hour ago Up About an hour 80/tcp, 5432/tcp openproject_cron_1
  16. a8c8f6ecc4d6 openproject/community:10 "./docker/entrypoint…" About an hour ago Up About an hour 80/tcp, 5432/tcp openproject_worker_1
  17. 4cd9094f716e postgres:10 "docker-entrypoint.s…" About an hour ago Up About an hour 0.0.0.0:5432->5432/tcp openproject_db_1
  18. bf55bdc2c89b memcached "docker-entrypoint.s…" 17 hours ago Up 4 hours 11211/tcp openproject_cache_1
  19.  
  20. am@op:~$ sudo docker network ls
  21. NETWORK ID NAME DRIVER SCOPE
  22. 3f924534fb4b bridge bridge local
  23. be29208ec396 host host local
  24. e1914479ef12 none null local
  25. cdbfb53d54c0 openproject_backend bridge local
  26. 790323700bd7 openproject_frontend bridge local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement