Skip to content

Commit

Permalink
Apply suggestion to docs/executors/docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravlen committed Mar 26, 2020
1 parent 02ac91f commit c4770ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/executors/docker.md
Expand Up @@ -653,11 +653,9 @@ when used with private images, read the

The `always` pull policy will ensure that the image is **always** pulled.
When `always` is used, the Runner will try to pull the image even if a local
copy is available. The [caching semantics](https://kubernetes.io/docs/concepts/configuration/overview/#container-images))
of the underlying image provider make even this policy efficient.
copy is available. This policy is fast and efficient because
[all image layers are cached](https://kubernetes.io/docs/concepts/configuration/overview/#container-images).
```plaintext

Pulling docker image registry.tld/my/image:latest ...
ERROR: Build failed: Error: image registry.tld/my/image:latest not found
```
Expand Down

0 comments on commit c4770ef

Please sign in to comment.