forked from alt/image-forge
alt/nginx: Fix running command in README
This commit is contained in:
parent
e25b8342e2
commit
5b2ef2aa45
@ -7,7 +7,7 @@ Copy Dockerfile somewhere and build the image:
|
||||
`$ docker build --rm -t <username>/nginx .`
|
||||
|
||||
And launch the nginx container:
|
||||
`docker run -it -p 80:80 <username>/nginx`
|
||||
`docker run -d -p 80:80 <username>/nginx`
|
||||
|
||||
It could be test via:
|
||||
`curl localhost:80`
|
||||
|
Loading…
Reference in New Issue
Block a user