Skip to content

Commit aabfd4d

Browse files
HugoPfefferFelipe
andauthored
Update content/pt/docs/concepts/containers/images.md
femrtnz's suggestion Co-authored-by: Felipe <[email protected]>
1 parent 6c44ad9 commit aabfd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pt/docs/concepts/containers/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Em vez disso, especifique uma tag significativa, como `v1.42.0`.
4747
A política padrão de pull é `IfNotPresent` a qual faz com que o
4848
{{<glossary_tooltip text = "kubelet" term_id = "kubelet">}} ignore
4949
o processo de *pull* da imagem, caso a mesma já exista. Se você prefere sempre forçar o processo de *pull*,
50-
você pode fazer como exemplo:
50+
você pode seguir uma da opções abaixo:
5151

5252
- defina a `imagePullPolicy` do contêiner para` Always`.
5353
- omita `imagePullPolicy` e use`: latest` como a tag para a imagem a ser usada.
@@ -287,4 +287,4 @@ O Kubelet mesclará qualquer `imagePullSecrets` em um único `.docker/config.jso
287287

288288
## {{% heading "whatsnext" %}}
289289

290-
* Leia a [OCI Image Manifest Specification](https://github.com/opencontainers/image-spec/blob/master/manifest.md)
290+
* Leia a [OCI Image Manifest Specification](https://github.com/opencontainers/image-spec/blob/master/manifest.md)

0 commit comments

Comments
 (0)