This commit is contained in:
Michael RICOIS 2018-03-22 12:51:45 +01:00
parent 71b4e88c07
commit 5f513293dc
3 changed files with 8 additions and 14 deletions

View File

@ -22,12 +22,14 @@ Ubuntu: https://docs.docker.com/install/linux/docker-ce/ubuntu/
https://github.com/docker/compose/releases
# Usage
Start with a docker-compose file
Start with a docker-compose file (See sample).
We hope you have define a workspace path
We hope you have define a workspace path
Linux: ```/home/<user>/workspace```
Windows: ```C:\<user>\worspace```
Always go in `<workspace>/devcontainer` to execute docker-compose file.
## Launch services (first time build)
```bash
docker-compose up -d
@ -43,7 +45,7 @@ Delete service : `docker-compose rm`
`docker-compose logs <container_name>`
## View running container
`docker-compose ps`
## Update or Re-create base image
@ -67,6 +69,9 @@ docker-compose exec <container_name>
Database files are store in <workspace>/database.
Even if you delete your
## HTTPd
# Additional
## ctop

View File

@ -1,11 +0,0 @@
# EnvDev Dockerfiles
Web Developement Environment (Apache, PHP, MariaDB, ...)
# List
* HTTPd
* MailCatcher
* MailDev
* MariaDB
* PHP-Cli
* PHP-FPM
* Redis