Guest User

Untitled

a guest
Feb 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. $ docker-compose up -d
  2. Creating network "wordpress-docker_default" with the default driver
  3. Creating volume "wordpress-docker_db_data" with default driver
  4. Pulling db (mysql:5.7)...
  5. 5.7: Pulling from library/mysql
  6. 802b00ed6f79: Pull complete
  7. 30f19a05b898: Pull complete
  8. ...
  9. Digest: sha256:1d8f471c7e2929ee1e2bfbc1d16fc8afccd2e070afed24805487e726ce601a6d
  10. Status: Downloaded newer image for mysql:5.7
  11. Pulling phpmyadmin (phpmyadmin/phpmyadmin:)...
  12. latest: Pulling from phpmyadmin/phpmyadmin
  13. 911c6d0c7995: Pull complete
  14. 2527cc05836d: Pull complete
  15. ...
  16. Digest: sha256:6fa491d4e3994ab3ec3410409bf0d59436072df1cfb16b8fe25c47486988103f
  17. Status: Downloaded newer image for phpmyadmin/phpmyadmin:latest
  18. Pulling wordpress (wordpress:latest)...
  19. latest: Pulling from library/wordpress
  20. 802b00ed6f79: Already exists
  21. 59f5a5a895f8: Pull complete
  22. 6898b2dbcfeb: Pull complete
  23. ...
  24. Digest: sha256:7121cdf8e9f01816653a3b2d2f4fc7bfe1dab956f00db5c7e7689e5f1454029a
  25. Status: Downloaded newer image for wordpress:latest
  26. Creating wordpress-docker_db_1 ... done
  27. Creating wordpress-docker_wordpress_1 ... done
  28. Creating wordpress-docker_phpmyadmin_1 ... done
Add Comment
Please, Sign In to add comment