Installing the Bonder with Docker (recommended)
Installing the bonder with Docker
Installing Docker
The first step is to install Docker on your server. The official Docker install Instructions are here. A concise version of the instructions for installing Docker on an Ubuntu server are below:
Pulling the image
Next, you need to pull the bonder image.
Adding an alias
To conveniently run the bonder process, add the following line to the end of your ~/.bashrc
file.
Once that is done, source that file with source ~/.bashrc
.
Last updated