Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Commit 741ef7e

Browse files
committed
Merge pull request #44 from ipsq/patch-1
Fixed typo
2 parents daf9d96 + fb5663d commit 741ef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ And then run your builds as above appending `--volumes-from builder_cache` to th
112112

113113
## Adding credentials via .dockercfg
114114

115-
If your tests depend on private images, you can pass their credentials either by mounting your local `.dockercfg` file inside the container appending `-v $HOME/.dockercfg:/.dockercfg:r`, or by providing the contents of this file via an environment variable called `$DOCKERCFG`: `-e DOCKERCFG=$(cat $HOME/.dockercfg)`
115+
If your tests depend on private images, you can pass their credentials either by mounting your local `.dockercfg` file inside the container appending `-v $HOME/.dockercfg:/.dockercfg:ro`, or by providing the contents of this file via an environment variable called `$DOCKERCFG`: `-e DOCKERCFG=$(cat $HOME/.dockercfg)`
116116

117117
## Using the host docker daemon instead of docker-in-docker
118118

0 commit comments

Comments
 (0)