Merge pull request #11519 from tnk4on/fix-missing-args-in-example

[CI:DOCS] Fix missing args `NAME` in examples
This commit is contained in:
OpenShift Merge Robot 2021-09-10 10:59:49 -04:00 committed by GitHub
commit f3c0d707f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ $ podman system connection add QA podman.example.com
$ podman system connection add --identity ~/.ssh/dev_rsa production ssh://root@server.example.com:2222
$ podman system connection add unix:///run/podman/podman.sock
$ podman system connection add testing unix:///run/podman/podman.sock
$ podman system connection add tcp://localhost:8080
$ podman system connection add debug tcp://localhost:8080
```
## SEE ALSO
podman-system(1) , podman-system-connection(1) , containers.conf(5)