We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace6d5 commit 6562826Copy full SHA for 6562826
README.md
@@ -12,11 +12,17 @@ cd ..
12
docker run -d --rm -p 8080:80 -p 8000:8000 --name backend -v %CD%/volume:/volume --ip 192.168.33.225 php_backend_dev
13
```
14
**docker run** to create virtualization of the image.
15
+
16
**-d** For stdout output.
17
18
**--rm** delete the container when the virtualization is finished.
19
20
**-p** real port corresponds to the virtual port. realport:virtuelport
21
22
**--name** Name of virtualization to start or stop.
23
24
**-v** Real folder corresponds to the virtual folder.
25
26
**php_backend_dev** Name of our image to running.
27
28
# Source code for work
0 commit comments