From 4a599071dfa243b233b25fd7a415475678142383 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:12:18 +0200 Subject: [PATCH] add registry to docker pull command Useful for podman and other users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d5c13..cc1b255 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Before you begin, make sure you have the following prerequisites installed: Assuming that you have **installed** and **started** (it must be running in the background) Docker Desktop, open a terminal and execute the following command to pull the Docker image: ```bash - docker pull workflomics/container:v1.0 + docker pull docker.io/workflomics/container:v1.0 2. **Clone This Repository:**