File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1754,6 +1754,6 @@ FROM ubuntu
17541754RUN echo moo > oink
17551755# Will output something like ===> 695d7793cbe4
17561756
1757- # You᾿ ll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with
1757+ # You' ll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with
17581758# /oink.
17591759```
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ Successfully built 377c409b35e4
262262This sends the URL ` http://server/ctx.tar.gz ` to the Docker daemon, which
263263downloads and extracts the referenced tarball. The ` -f ctx/Dockerfile `
264264parameter specifies a path inside ` ctx.tar.gz ` to the ` Dockerfile ` that is used
265- to build the image. Any ` ADD ` commands in that ` Dockerfile ` that refer to local
265+ to build the image. Any ` ADD ` commands in that ` Dockerfile ` that refers to local
266266paths must be relative to the root of the contents inside ` ctx.tar.gz ` . In the
267267example above, the tarball contains a directory ` ctx/ ` , so the `ADD
268268ctx/container.cfg /` operation works as expected.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ reopened when the necessary information is provided.
3030
3131### 2. Classify the Issue
3232
33- An issue can have multiple of the following labels. Typically, a properly classified issues should
33+ An issue can have multiple of the following labels. Typically, a properly classified issue should
3434have:
3535
3636- One label identifying its kind (` kind/* ` ).
@@ -129,4 +129,4 @@ following labels to indicate their degree of priority (from more urgent to less
129129| priority/P2 | Normal priority: default priority applied. |
130130| priority/P3 | Best effort: those are nice to have / minor issues. |
131131
132- And that's it. That should be all the information required for a new or existing contributor to come in an resolve an issue.
132+ And that's it. That should be all the information required for a new or existing contributor to come in a resolve an issue.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ docker run --rm -it --privileged \
3030Sh\* t happens. We know. Below are steps to get out of any "hash-sum mismatch" or
3131"gpg sig error" or the likes error that might happen to the apt repo.
3232
33- ** NOTE:** These are apt repo specific, have had no experimence with anything similar
33+ ** NOTE:** These are apt repo specific, have had no experience with anything similar
3434happening to the yum repo in the past so you can rest easy.
3535
3636For each step listed below, move on to the next if the previous didn't work.
You can’t perform that action at this time.
0 commit comments