++wording fixes, docker pull fixes
This commit is contained in:
parent
16f403e596
commit
31c7fb9343
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ pulling images from IPv6 only VM.
|
|||
You can test the ungleich-public repository as follows:
|
||||
|
||||
```
|
||||
harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-certbot:0.3.3
|
||||
docker pull harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-certbot:0.3.3
|
||||
```
|
||||
|
||||
|
||||
|
@ -49,6 +49,8 @@ If you are using [cri-o](https://cri-o.io/) you can use a
|
|||
registries.conf as follows:
|
||||
|
||||
```
|
||||
unqualified-search-registries = ["docker.io"]
|
||||
|
||||
[[registry]]
|
||||
prefix = "docker.io"
|
||||
location = "harbor.ungleich.svc.p10.k8s.ooo/dockerhub"
|
||||
|
|
Loading…
Reference in a new issue