From fffa8fc1186bdf8bd0710ce4a61430f7926af0cb Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 11 Dec 2024 12:27:54 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.