Skip to content

Commit

Permalink
fixed podman commands and added additional hint (#43)
Browse files Browse the repository at this point in the history
* fixed podman commands and added additional hint
  • Loading branch information
zisisli authored Feb 21, 2022
1 parent da6bc05 commit 9692bcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ $ podman login -u init -p <password> --tls-verify=false quay:8443
After logging in, you can run commands such as:

```console
$ podman tag docker.io/library/busybox:latest quay:8080/init/busybox:latest
$ podman pull docker.io/library/busybox:latest
$ podman tag docker.io/library/busybox:latest quay:8443/init/busybox:latest
$ podman push quay:8443/init/busybox:latest --tls-verify=false
$ podman pull quay:8443/init/busybox:latest --tls-verify=false
```

Prior to pushing quay:8443/init/busybox, you must create the repository "busybox" in the Quay console. In future versions of mirror registry this will be created automatically.

## Uninstall

To uninstall Quay from localhost, run the following command:
Expand Down

0 comments on commit 9692bcc

Please sign in to comment.