Explore >> Select a destination


You are here

www.alicegg.tech
| | greg.molnar.io
1.9 parsecs away

Travel
| | Kamal 2 was released recently and it brings a few singnificant changes. Traefik is replaced by kamal-proxy, Kamal runs all containers in a custom Docker network and secrets are passed differently to new containers. All these changes mean that the upgrade is not simple, but in this article I will walk you through an example to help with the process.
| | pavelkorolev.xyz
1.6 parsecs away

Travel
| | I had an idea to host a blog by myself for a long time and finally got it done. The main thing which stopped me until this moment was a lack of experience in DevOps stuff and perfectionism in terms of how to make things easier for me. All I wanted to do is write posts, push it to some repository. Another side of this pipeline looked so complex to implement.
| | blog.nuculabs.de
2.3 parsecs away

Travel
| | I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain:
| | jlu5.com
13.8 parsecs away

Travel
| [AI summary] The article details the process of running Docker inside an unprivileged LXC container on a Debian 11 host, overcoming challenges related to container nesting, storage drivers, and kernel compatibility.