Explore >> Select a destination


You are here

blogops.mixinet.net
| | www.zufallsheld.de
3.4 parsecs away

Travel
| | For one of our customers we needed to install the Docker-plugin for loki. To install it, yourun: docker plugin install loki However this failed with the following errormessage: Error response from daemon: dial unix /run/docker/plugins/d442cff8568254659f9aa7d2dd5a30526b69d1ac62593c628b65da8b9e933c6a/loki.sock: connect: no such file or directory Running strace ...
| | blog.m5e.de
3.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:
| | anteru.net
4.6 parsecs away

Travel
| | Anteru's blog is a blog about development, software architecture and 3D graphics.
| | wittchen.io
33.4 parsecs away

Travel
| In this article, Ill describe Ubuntu software for common users, which I personally use and which could be helpful on daily basis. Ubuntu software dedicated to programmers AKA developers will be described in separate article. Chrome In my opinion, its currently the best web browser. We can download, unpack and install it, with the following commands: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable\_current\_amd64.deb sudo dpkg -i goo...