diff --git a/README.md b/README.md index c7854b1..86a06bf 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,8 @@ htpasswd -bnB MyUsername MyPassword > ./htpasswd > If you don't plan to use this, remove the `htpasswd` line from the `config.json` file. -## Usage -### Building Docker Image - -Zot seems to be setup to accept OCI images, not the Docker format, so using `docker push` won't work. You can use `skopeo` to push, after you save the Docker image as a tar. +## Uploading to your Zot Registry +Zot seems to be setup to accept OCI images, not the Docker format, so using `docker push` won't work. To build and push a Docker image to your Zot registry, I recommend using the Buildah command line tool.