Updated container files.

This commit is contained in:
2018-04-24 15:13:47 +02:00
parent 207a109e44
commit cf2f0f09fa
4 changed files with 13 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ To build the docker image:
To run the docker image in a self-destroyed container:
```
docker run --rm -it -p 8080:80 --name my-ewf-debug local/ewf-debug-httpd
docker run --rm -dit -p 8080:80 --name my-ewf-debug local/ewf-debug-httpd
```
Notes: