File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ You can jump to command line prompt of PHP container using below docker command:
6666```
6767docker exec -it 8294e1800058 /bin/sh
6868```
69- ` 8294e1800058 ` is PHP container id as shown in the above table.
69+ ` 8294e1800058 ` is PHP container id as shown in the above table. Please note this container id can different on your machine.
7070
71717 . Since the Drush and composer are already part of PHP docker image, you can simply import the database using drush.
7272
@@ -85,4 +85,9 @@ docker exec -it 8294e1800058 /bin/sh
8585 * `` docker ps `` See all active containers.
8686
8787## References
88+ https://hub.docker.com/r/wodby/drupal-php/dockerfile/
89+ https://github.com/mzazon/php-apache-mysql-containerized
8890https://itnext.io/local-drupal-8-development-with-docker-ed25910cfce2
91+ https://duvien.com/blog/using-docker-setup-test-environment-drupal-8-less-2-minutes
92+ https://github.com/Lullabot/drupal-docker-boilerplate/blob/master/README.md
93+
You can’t perform that action at this time.
0 commit comments