Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkishorejaiswal committed Sep 18, 2014
1 parent cba7b17 commit aab02b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ sudo docker build -t ##NAME_OF_YOUR_DOCKER_IMAGE## .
</pre>

<b>Step 4 :</b> Create an Centos, Nginx, PHP-FPM Installed Container from the image
<pre>
<b>Command Syntax: </b>
sudo docker run --name [container name] -p [port to access (New Port):port exposed(original port)] -i -t [image name]
<pre>
<b>Command:</b>
sudo docker run --name ##NAME_OF_YOUR_DOCKER_CONTAINER## -d -p 8082:80 ##NAME_OF_YOUR_DOCKER_IMAGE##
</pre>
Expand Down

0 comments on commit aab02b9

Please sign in to comment.