Docker is a popular platform for building, shipping, and running distributed applications. Docker Compose is a tool for defining and running multi-container Docker applications. Portainer is a management tool for Docker that makes it easy to manage your containers, images, networks, and volumes. In this article, we’ll...
Step 1 add Syncthing repo to apt sources Syncthing isn’t available to install using the default repo. So the first step is adding syncthing repo to our apt sources so we can install it on our computer. We need to open up a terminal and run the following command. echo "deb https://apt.syncthing.net/ syncthing stable" |...