Explore >> Select a destination


You are here

nickjanetakis.com
| | patrickwu.space
9.1 parsecs away

Travel
| |
| | blog.m5e.de
12.0 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:
| | ectobit.com
10.8 parsecs away

Travel
| | Find out how to properly install docker with buildx plugin, containerd and kubectl on Ubuntu 22.04 desktop and avoid the "Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details" problem
| | vsupalov.com
33.0 parsecs away

Travel
| Running PostgreSQL and Redis in Docker containers when developing a Flask app.