Skip to content

Commit 8dcc5ce

Browse files
committed
docs: minor grammar fixes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2ea4dc1 commit 8dcc5ce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/commandline/image_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ COPY failed: forbidden path outside the build context: ../../some-dir ()
113113
```
114114

115115
BuildKit on the other hand strips leading relative paths that traverse outside
116-
of the build context. Re-using the previous example, the path `COPY
116+
of the build context. Reusing the previous example, the path `COPY
117117
../../some-dir .` evaluates to `COPY some-dir .` with BuildKit.
118118

119119
## Examples

man/docker-run.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ any options, the systems uses the following options:
734734
**-u**, **--user**=""
735735
Sets the username or UID used and optionally the groupname or GID for the specified command.
736736

737-
The followings examples are all valid:
737+
The following examples are all valid:
738738
--user [user | user:group | uid | uid:gid | user:gid | uid:group ]
739739

740740
Without this argument the command will be run as root in the container.

man/src/container/exec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the same capabilities as the container, which may be limited. Set
1919
# USER
2020
`user` sets the username or UID used and optionally the groupname or GID for the specified command.
2121

22-
The followings examples are all valid:
22+
The following examples are all valid:
2323
--user [user | user:group | uid | uid:gid | user:gid | uid:group ]
2424

2525
Without this argument the command will be run as root in the container.

man/src/volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The `docker volume` command has subcommands for managing data volumes. A data
2-
volume is a specially-designated directory that by-passes storage driver
2+
volume is a specially-designated directory that bypasses storage driver
33
management.
44

55
Data volumes persist data independent of a container's life cycle. When you

0 commit comments

Comments
 (0)