kxxb

docker

Mar 19th, 2020
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. kirillshavrak@MacBook-Pro-Kirill-Shavrak-4 chat % docker-compose up -d
  2. chat_php_1 is up-to-date
  3. chat_nginx_1 is up-to-date
  4. kirillshavrak@MacBook-Pro-Kirill-Shavrak-4 chat % docker ps -a | grep chat
  5. 45534040e6e5        nginx                           "nginx -g 'daemon of…"   57 minutes ago      Up 6 minutes                 80/tcp                   chat_nginx_1
  6. 6a2434412394        chat_php                        "docker-php-entrypoi…"   57 minutes ago      Up 6 minutes                 9000/tcp                 chat_php_1
  7. a73a27f525ad        8909a689ace2                    "docker-php-entrypoi…"   18 months ago       Exited (137) 18 months ago                            clever_chatterjee
  8. d65c686fc29e        64dad8b045a3                    "docker-php-entrypoi…"   18 months ago       Exited (0) 18 months ago                              dazzling_chatterjee
  9. kirillshavrak@MacBook-Pro-Kirill-Shavrak-4 chat %
Add Comment
Please, Sign In to add comment