Advertisement
Guest User

Untitled

a guest
May 6th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $ docker run --name some-wordpress -e WORDPRESS_DB_HOST=10.1.2.3:3306 -e WORDPRESS_DB_USER=... -e WORDPRESS_DB_PASSWORD=... -d wordpress
  2.  
  3. vagrant@docker-blogs:/vagrant$ docker logs je-wordpress
  4. WordPress not found in /var/www/html - copying now...
  5. Complete! WordPress has been successfully copied to /var/www/html
  6.  
  7. Warning: mysqli::mysqli(): (HY000/2002): Connection refused in - on line 10
  8.  
  9. MySQL Connection Error: (2002) Connection refused
  10.  
  11. Warning: mysqli::mysqli(): (HY000/2002): Connection refused in - on line 10
  12.  
  13. MySQL Connection Error: (2002) Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement