Skip to content

Commit 6562826

Browse files
committed
modification of the code markdown in the file readme.md
1 parent 9ace6d5 commit 6562826

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ cd ..
1212
docker run -d --rm -p 8080:80 -p 8000:8000 --name backend -v %CD%/volume:/volume --ip 192.168.33.225 php_backend_dev
1313
```
1414
**docker run** to create virtualization of the image.
15+
1516
**-d** For stdout output.
17+
1618
**--rm** delete the container when the virtualization is finished.
19+
1720
**-p** real port corresponds to the virtual port. realport:virtuelport
21+
1822
**--name** Name of virtualization to start or stop.
23+
1924
**-v** Real folder corresponds to the virtual folder.
25+
2026
**php_backend_dev** Name of our image to running.
2127

2228
# Source code for work

0 commit comments

Comments
 (0)