Skip to content

Commit 218852f

Browse files
committed
Fixed typos.
1 parent 60594c4 commit 218852f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ container cannot be changed, but you are free to use any port on the host side.
115115

116116
### Changing Parameters of a Running Container
117117

118-
As seen, environment variables, volume mappings and port mappings are specified
118+
As can be seen, environment variables, volume and port mappings are all specified
119119
while creating the container.
120120

121121
The following steps describe the method used to add, remove or update
122-
parameter(s) of an existing container. The generic idea is to destroy and
122+
parameter(s) of an existing container. The general idea is to destroy and
123123
re-create the container:
124124

125125
1. Stop the container (if it is running):
@@ -241,7 +241,7 @@ http://<HOST IP ADDR>:8181
241241

242242
## Shell Access
243243

244-
To get shell access to a the running container, execute the following command:
244+
To get shell access to the running container, execute the following command:
245245

246246
```
247247
docker exec -ti CONTAINER sh

0 commit comments

Comments
 (0)