Backup and update an instance of Nextcloud installed via docker compose.
[Read More]Nextcloud using docker on ovh vps
Installing Nexctcloud personal cloud server using docker on a virtual private server hosted by OVH
Nextcloud is a private cloud service platform. I plan to use it for personal and family usage, just to move some of my personal data away from third parties.
[Read More]VSTS minimal docker build agent
The default visual studio team service build agent image is too big. By removing some unused tools let's see if we can limit the size.
The official standard image with all the tools is 4Gb compressed and it is really too big for my tiny VPS server. The image includes a lot of tools that I don’t use so I will remove those tools and see ho much disk space I can save.
[Read More]VSTS personal build agent on Docker
Using a personal build agent running on docker to speed up compilation times
Visual Studio Team Services has a very good build agent: free and with high availability. The only problem is that it is a bit slow because every time you run a build it will start from scratch and download everything. A custom build agent will cache stuff and speed up build times a lot.
[Read More]Magento and Docker Compose on OVH Vps
Installing and configuring docker compose on Debian Stretch running on a VPS
Compose defines and runs multi-container Docker applications.
Using a single yaml file it is possible to run multiple docker containers for complex applications. For example one contaner for the web app, one for the database and one for redis, all with a single command.
[Read More]Manage Docker with Portainer
Portainer is a platform that really simplify management of docker environments
Portainer runs as a light (4Mb) container on Docker.
[Read More]Firewall on OVH Vps server
Installing and configuring the Uncomplicated Firewall
[Read More]Setup Docker on a OVH Vps server
Basic setup of a vps server from OVH to be used as a development machine with Docker
I have a brand new VPS server from OVH with Debian Stretch. Let’s configure it with some basic security and Docker. The server will be used as a test machine for my experiments. This machine is not for production.
[Read More]