Skip to content

Commit 5a00328

Browse files
duffuniversesarahsanders-docker
authored andcommitted
Merge pull request docker#22528 from duffuniverse/fix-typos-in-build-dependent-images-manual
Fix typos in the Build dependent images manual
1 parent b375807 commit 5a00328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manuals/compose/how-tos/dependent-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ weight: 50
99

1010
To reduce push/pull time and image weight, a common practice for Compose applications is to have services
1111
share base layers as much as possible. You will typically select the same operating system base image for
12-
all services. But you also can get one step further sharing image layers when your images share the same
12+
all services. But you can also get one step further by sharing image layers when your images share the same
1313
system packages. The challenge to address is then to avoid repeating the exact same Dockerfile instruction
1414
in all services.
1515

1616
For illustration, this page assumes you want all your services to be built with an `alpine` base
17-
image and install system package `openssl`.
17+
image and install the system package `openssl`.
1818

1919
## Multi-stage Dockerfile
2020

@@ -161,4 +161,4 @@ Bake can also be selected as the default builder by editing your `$HOME/.docker/
161161
}
162162
...
163163
}
164-
```
164+
```

0 commit comments

Comments
 (0)