Explore >> Select a destination


You are here

www.linuxuprising.com
| | www.webupd8.org
0.7 parsecs away

Travel
| | How To Install Oracle Java 7 In Debian Via Repository ~ Ubuntu / Linux blog
| | www.kencochrane.com
1.9 parsecs away

Travel
| |
| | juffalow.com
2.3 parsecs away

Travel
| | I am currently working on three computers and it is real pain to get everything synchronized. Of course I am using git repositories and cloud but I still have to get rid of apache server, databases, etc. So I decided to create Virtual Machine which I save on USB drive and try to do it this way.
| | blog.m5e.de
36.7 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: