Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Samos-MacBook-Air:web sam$ docker-compose up -d
  2. Creating network "web_default" with the default driver
  3. Creating madhack-web ... done
  4. Samos-MacBook-Air:web sam$ docker exec -it madhack-web bash
  5. root@9458daf3947e:/src# Samos-MacBook-Air:web sam$
  6. Samos-MacBook-Air:web sam$
  7. Samos-MacBook-Air:web sam$ docker ps -a
  8. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  9. 9458daf3947e web_nuxt "npm run dev" 19 seconds ago Up Less than a second 0.0.0.0:3000->3000/tcp madhack-web
  10. ef96e5cf0d69 web:latest "/sbin/entrypoint" 10 months ago Exited (111) 10 months ago crypto-investor
  11. Samos-MacBook-Air:web sam$ docker ps -a
  12. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  13. 9458daf3947e web_nuxt "npm run dev" 5 minutes ago Restarting (1) 42 seconds ago madhack-web
  14. ef96e5cf0d69 web:latest "/sbin/entrypoint" 10 months ago Exited (111) 10 months ago crypto-investor
  15. Samos-MacBook-Air:web sam$ docker ps -a
  16. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  17. 9458daf3947e web_nuxt "npm run dev" 5 minutes ago Restarting (1) 46 seconds ago madhack-web
  18. ef96e5cf0d69 web:latest "/sbin/entrypoint" 10 months ago Exited (111) 10 months ago
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement