Browse Source

updated README.md with instructions regarding docker

master
corsaronero 2 years ago
parent
commit
62a537b770
1 changed files with 24 additions and 3 deletions
  1. +24
    -3
      README.md

+ 24
- 3
README.md View File

@ -1,8 +1,29 @@
Build and run :
$ cd compose
*How to build and run the whole thing
$ docker-compose up
$ cd compose
$ docker-compose up
*How to use it
Go to localhost:6660 to see what the php server serves.
In the
compose/docker-compose.yaml
file you can specify another port, too.
Under
overlay/opt
you find the directory which is on the container itself.
Build and change the project there, having the running container
To list your running container issue
docker ps -a

Loading…
Cancel
Save