From 22929f1e4dd85270a89bfdad8c8a2b7cfcbd33c3 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 18 Jan 2023 20:17:55 +0000 Subject: [PATCH] fix load line --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index b07eaf3565..c40bd67d4a 100644 --- a/Docker.md +++ b/Docker.md @@ -52,7 +52,7 @@ docker save --output geti2p.i2p.arm64.tar 'geti2p/i2p-arm64' And transfer the `geti2p.i2p.arm64.tar` file from the build host to the runtime host, such as with a flash drive or SSH. Then, use `docker load` to load the image from the archive: ``` -docker load --input geti2p.i2p.arm64.tar 'geti2p/i2p-arm64' +docker load --input geti2p.i2p.arm64.tar ``` These arm64 image builds must be manually pushed to DockerHub by an admin with access to `geti2p/i2p` on DockerHub at release time.