Explore >> Select a destination


You are here

mherman.org
| | sgfault.com
13.5 parsecs away

Travel
| | In this blog I write about technology, programming, open source and Linux, both technically and in general. May contain traces of rant.
| | tamas.dev
10.7 parsecs away

Travel
| | Keeping things simple When working on side projects I always try to keep things simple and focus on the important things at the beginning as delivering values is key. I don't want to deal with clusters, HA, pipelines etc. because it's more than alright to deploy to production from your laptop in the early days. In this particular example, the infrastructure is basically an RDS instance (no multi AZ at this point) and an EC2 box with Ubuntu and docker installed on it manually. The deploy process is a simp...
| | www.imaginarycloud.com
11.0 parsecs away

Travel
| | Nomad is a recent container orchestration tool and task scheduler. We're comparing it with Kubernetes, the leading platform in the world.
| | blog.m5e.de
63.9 parsecs away

Travel
| I run Drone CI for a longer period now with Docker. Because I decided to switch for multiple reasons from Docker to Podman, this setup had to be changed a bit. In this blog post, I want to cover how to install Podman and how to set up Drone so that it works with Podman. Installing Podman Install the podman and podman-docker packages. E.g. on a Debian based System: apt install podman podman-docker If you currently use docker-compose, then you should also install podman-compose: