From 05f1ef5ee8a2b31913b54d1904da717a486979dc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 12 Jan 2023 22:22:22 +0100 Subject: [PATCH] Registry login actually not necessary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46cf335d..21938cf4 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ builder: host: ssh://root@192.168.0.1 ``` -Note that you must have Docker running on the remote host, and you must also be logged into the registry there. +Note: You must have Docker running on the remote host being used as a builder. With that configuration in place, you can setup the local/remote configuration using `./bin/mrsk build:remote:create`. If you wish to remove the contexts and buildx instances again, you can run `./bin/mrsk build:remote:remove`. If you had already built using the standard emulation setup, run `./bin/mrsk build:remove` before doing `./bin/mrsk build:remote:create`.