No products in the cart.
Update docker container using watchtower

SSH into your Synology box Create a docker user group (sudo synogroup –add docker) Change the owner group of the docker.sock file (sudo chown root:docker ) Add your user to the new docker group (sudo synogroup –member docker $USER)
Invoice ninja is an open source invoicing system, five years ago I switch to it because my hosting company allow me to install it via cPanel package manager, but recently my hosting switch the backend management tool, invoice ninja no…
Download Ubuntu Server ARM edition Download VMWare for M1 MacOS Create the VM Install the server with SSH enable Install docker Generate keys Copy the id_rsa.pub key to the server Turn off Password Authentication Edit the following lines…
First you need to install docker package on your Synology NAS, and enable SSH and allow port 22 traffic on the firewall. and create a sub folder under docker folder for portainer to store its data. and the connect to…
1. Create a docker group 2. Add the connected user $USER to the docker group Optionally change the username to match your preferred user. 3. Restart the docker daemon
1. Use wordpress:latest to create ssl version of wordpress container Create Dockerfile file run 2. Create the folder structure 3. Create docker-compose.yml file 4. Run the containers use docker-compose 5. After the containers up and the WordPress setup has been…
I’ve discover the love for python language, I’ve tried django route but I think is too complicated for beginning of programming python, then I’ve discover flask, is much simpleper to develop small apps quickly, I’ve try to develop simple app…