Skip to content

Commit 1fc8de1

Browse files
Update README.md
1 parent fe54b77 commit 1fc8de1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can jump to command line prompt of PHP container using below docker command:
6666
```
6767
docker 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

7171
7. 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
8890
https://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+

0 commit comments

Comments
 (0)