First, be sure to meet all hardware and software requirements.
The Linux user installing beLow must be allowed to access Docker engine through the CLI (for full installation, server only or runner only in Dockerized mode). For this, follow Docker's Linux post-installation steps for Docker Engine.
After a classical Docker installation on Ubuntu, the following commands should do the trick:
# Add current user to Docker groupsudousermod-aGdocker $USER# Trick to avoid to perform a logout/login cycle (only works in current terminal)newgrpdocker
Get installer
You can get the latest Linux package for your distribution from WedoLow's sales.
Installation
Docker engine must be running during installation.
In a terminal, go to the folder of the package you downloaded (let's call it beLow.xxx). Then run:
sudoaptinstall./beLow.deb
or
sudodpkg-i./beLow.deb# If installation fails due to dependency, run the following commandsudoaptinstall-f
yum--nogpgchecklocalinstall./beLow.rpm
Installing using the .deb or .rpm package requires an internet connection to retrieve package dependencies. If your installation is offline, you will find the packages to be pre-installed below.