DockerBeam is a P2P app that transfers Docker images directly between users.
dockerbeam [COMMAND] [ARGS] [OPTIONS]
send/push <image>
Push Docker image to another peer
get/pull @<peer>
Pull Docker image from a peer
--verbose
Show detailed operation logs (level: Info)
--verbose-max
Show all debug logs (level : debug)
dockerbeam push rust:latest #Send a specific image
dockerbeam send #Select image interactively
dockerbeam pull @MTI3LjAuMC4x #Pull from peer MTI3LjAuMC4x
dockerbeam get #Pull from peer
-
MacOS
brew tap dockerbeam/dockerbeam && brew install dockerbeam
-
Windows
winget install dockerbeam
-
Linux
curl --proto '=https' --tlsv1.2 -sSLf https://www.dockerbeam.com/linux | bash
Warning
Known Issues : [#1]
For any issues , improvements , requests - Feel free to open up an issue
Documentation regarding contributions , self host etc will be updated soon...
Thank you for reading till here.