Skip to content

Commit 16453e2

Browse files
committed
Small improvements
Fixed a typo, added a period and a newline.
1 parent 9a343d9 commit 16453e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ $ sudo docker build -t="docker-wordpress-nginx" .
1616

1717
## Usage
1818

19-
To spawn a new instance of wordpress on port 80. The -p 80:80 maps the internal docker port 80 to the outside port 80 of the host machien.
19+
To spawn a new instance of wordpress on port 80. The -p 80:80 maps the internal docker port 80 to the outside port 80 of the host machine.
2020

2121
```bash
2222
$ sudo docker run -p 80:80 --name docker-wordpress-nginx -d docker-wordpress-nginx
2323
```
2424

25-
Start your newly created docker
25+
Start your newly created docker.
2626

2727
```
2828
$ sudo docker start docker-wordpress-nginx
2929
```
3030

3131
After starting the docker-wordpress-nginx check to see if it started and the port mapping is correct. This will also report the port mapping between the docker container and the host machine.
32+
3233
```
3334
$ sudo docker ps
3435

0 commit comments

Comments
 (0)