ricardoamaro / drupal8-docker-app

App Container Drupal 8 in Docker serves as Drupal Trial for Linux/Mac/Windows users and as an Out-of-the-box Development Container
https://github.com/ricardoamaro/drupal8-docker-app
GNU General Public License v3.0
87 stars 51 forks source link

Process has stayed up for long time - Cloned repo, error during build process. #15

Closed dardocode closed 4 years ago

dardocode commented 4 years ago

After cloned the repo with git clone https://github.com/ricardoamaro/drupal8-docker-app.git, at the moment of running drupal8_local.sh the process take too long and never ends. The same happends if I cloned and build the image with my name, /drupal8.

2020-02-29 23:38:25,458 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-02-29 23:38:25,459 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-02-29 23:38:25,459 INFO success: memcached entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-02-29 23:38:25,459 INFO success: mysqld entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
ricardoamaro commented 4 years ago

This is the output expected. It means that those services are running therefore you can open your browser using the URL supplied in the same console, login to Drupal and start using it. When you are done you can CTRL-C in the console and it will stop.