Skip to content

Commit

Permalink
fix load line
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 18, 2023
1 parent 23090e7 commit 22929f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22929f1

Please sign in to comment.