mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
docs: added quotes to location value - fixes #3906
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
This commit is contained in:
parent
2119ccbf33
commit
68a0faa929
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ $ sudo vi /etc/containers/registries.conf
|
|||
|
||||
```sh
|
||||
[[registry]]
|
||||
location = registry.example.com
|
||||
location = "registry.example.com"
|
||||
insecure = true
|
||||
```
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ $ sudo vi /etc/containers/registries.conf
|
|||
|
||||
```sh
|
||||
[[registry]]
|
||||
location = registry.example.com
|
||||
location = "registry.example.com"
|
||||
insecure = true
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue