_ _ _
__| | ___ ___| | _____ _ __ ___ ___| |_ _ _ _ __
/ _` |/ _ \ / __| |/ / _ \ '__|____/ __|/ _ \ __| | | | '_ \
| (_| | (_) | (__| < __/ | |_____\__ \ __/ |_| |_| | |_) |
\__,_|\___/ \___|_|\_\___|_| |___/\___|\__|\__,_| .__/
|_|
The container tools installer and updater
uniget
is inspired by the convenience script to install the Docker daemon. But the scope is much larger.
uniget
is meant to bootstrap a new box with Docker as well as install useful tools from the container ecosystem and beyond. It can also be used to update these tools. It aims to be distribution-agnostic and provide reasonable default configurations. Personally, I am using it to prepare virtual machines for my own experiments as well as training environments.
Tools are downloaded, installed and updated automatically.
Download and run uniget
:
curl -sLf https://github.com/uniget-org/uniget/releases/latest/download/uniget_linux_$(uname -m).tar.gz | \
sudo tar -xzC /usr/local/bin uniget
See docs for the complete documentation.