Skip to content

Instantly share code, notes, and snippets.

@ricardoamaro
Created March 14, 2015 22:21
Show Gist options
  • Save ricardoamaro/df03d9a5af2a0db49928 to your computer and use it in GitHub Desktop.
Save ricardoamaro/df03d9a5af2a0db49928 to your computer and use it in GitHub Desktop.
drupal8 docker app run example
$ sudo docker run -i -t -p 80:80 ricardoamaro/drupal8
Unable to find image 'ricardoamaro/drupal8' locally
Pulling repository ricardoamaro/drupal8
4dc3b0e6ffca: Download complete
511136ea3c5a: Download complete
f0dde87450ec: Download complete
76b658ecb564: Download complete
4faa69f72743: Download complete
2103b00b3fdf: Download complete
0d8f0e356b18: Download complete
69523929b5a7: Download complete
27e03499ccf4: Download complete
2a469aad672b: Download complete
f91c93b10840: Download complete
3bb8ba6fc2de: Download complete
ce3bf1a5baaa: Download complete
e4928b1ccedb: Download complete
380c57c4c10c: Download complete
82171271c12a: Download complete
00bb2bfe5093: Download complete
36fdce44ed59: Download complete
ab67aab77d56: Download complete
ca48fe133972: Download complete
b377cc91fc15: Download complete
d7e07e863181: Download complete
46602759312c: Download complete
6fe9ec5b07ce: Download complete
25d44cc9e4ef: Download complete
013ec5d9cdf6: Download complete
cd3ce98ad837: Download complete
210fcb713160: Download complete
bb7a7b1d3ab5: Download complete
57472b003a56: Download complete
52a3d0205215: Download complete
1d3d7b4abcc1: Download complete
4fc51130fe0e: Download complete
69a90def0620: Download complete
150314 19:37:21 mysqld_safe Logging to '/var/log/mysql/error.log'.
150314 19:37:21 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
----GENERATED USERS CREDENTIALS----
mysql drupal password: Uc6phie6neev
mysql root password: eecoo1thohGh
ssh root password: eecoo1thohGh
-----------------------------------
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Installation complete. User name: admin User password: admin [ok]
Congratulations, you installed Drupal! [status]
Project memcache (8.x-2.x-dev) downloaded to /var/www/html//modules/memcache. [success]
The following extensions will be enabled: memcache
memcache was enabled successfully. [ok]
150314 19:39:03 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
--------------------------STARTING SERVICES-----------------------------------
SSH LOGIN: ssh [email protected] with root password: eecoo1thohGh
DRUPAL LOGIN: http://172.17.0.151 with admin password: admin
Please report any issues to https://github.com/ricardoamaro/drupal8-docker-app
USE CTRL+C TO STOP THIS APP
------------------------------------------------------------------------------
2015-03-14 19:39:04,970 CRIT Supervisor running as root (no user in config file)
2015-03-14 19:39:05,000 INFO RPC interface 'supervisor' initialized
2015-03-14 19:39:05,001 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2015-03-14 19:39:05,001 INFO supervisord started with pid 500
2015-03-14 19:39:06,005 INFO spawned: 'httpd' with pid 503
2015-03-14 19:39:06,008 INFO spawned: 'sshd' with pid 504
2015-03-14 19:39:06,011 INFO spawned: 'memcached' with pid 505
2015-03-14 19:39:06,014 INFO spawned: 'mysqld' with pid 506
2015-03-14 19:39:07,209 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-03-14 19:39:07,209 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-03-14 19:39:07,209 INFO success: memcached entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-03-14 19:39:07,210 INFO success: mysqld entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment