Skip to content

Commit 71c29de

Browse files
Update README.md
1 parent 3ad0523 commit 71c29de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ http://localhost/drupal8/web
159159
```
160160
We may create virtual host entry for above URL. With some browsers and operating systems any path ending in `localhost` will work automatically, otherwise you may need update your hosts file so your browser will know it's a local url.
161161

162-
10. Also to exit from a container, just type `exit` in terminal.
162+
10. Congratulations! Now you have a full local Drupal Hosting environment.
163163

164164
## Issues and Resolutions
165165

@@ -387,6 +387,10 @@ composer create-project drupal-composer/drupal-project:8.x-dev drupal --stabilit
387387
```
388388
More info - https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies
389389

390+
**Q:** How to exist from a container?
391+
392+
**A:** To exit from a container, just type `exit` in terminal.
393+
390394
## References
391395
* https://hub.docker.com/r/wodby/drupal-php/dockerfile/
392396
* https://github.com/mzazon/php-apache-mysql-containerized

0 commit comments

Comments
 (0)