You are here |
www.tecmint.com | ||
| | | |
linuximpact.com
|
|
| | | | Discover your most used Linux commands with MUC, Linux Impact, David Rutland | |
| | | |
eklausmeier.goip.de
|
|
| | | | ||
| | | |
ambience.sk
|
|
| | | | Raspberry Pi Monitor Dashboard is a simple monitoring tool with a dashboard suitable for monitoring multiple RPi devices. | |
| | | |
blog.m5e.de
|
|
| | 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: |