Guest User

Untitled

a guest
Jan 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #Команда
  2. docker ps
  3.  
  4. #вернет нам приблизительно следующие данные:
  5. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  6. 4e0299752062 redis:latest "docker-entrypoint.s…" 45 minutes ago Up 45 minutes 6379/tcp test_redis
  7. 52e79174ff42 nginx:stable "nginx -g 'daemon of…" 12 hours ago Up 45 minutes 0.0.0.0:80->80/tcp test_nginx
  8. cbe035df98d7 adminer "entrypoint.sh docke…" 12 hours ago Up 45 minutes 8080/tcp test_adminer
  9. d0a380622c85 postgres:alpine "docker-entrypoint.s…" 12 hours ago Up 45 minutes 5432/tcp test_db
Add Comment
Please, Sign In to add comment