|
You are here |
blog.christophersmart.com | ||
| | | | |
virtualzone.de
|
|
| | | | | Recently, I've written a blog post on how to set up Rootless Docker on Alpine Linux. Today I'm showing you how to set up Podman. Podman has a rootless architecture built in. It's an alternative to Docker, providing an almost identical command line interface. Thus, if you're used to Docker CLI, you won't have any issues working with Podman. Podman was initially developed by RedHat and is available as an open source project. | |
| | | | |
bennypowers.dev
|
|
| | | | | Self-hosting the firefish fediverse microblogging app isn't as hard as you might think. Using Gentoo Linux and Podman on a Raspberry Pi, initial setup is almost entirely straightforward | |
| | | | |
brandonrozek.com
|
|
| | | | | LXC is a containerization technology that allows us to create system containers. We can set it up so that we can SSH into a container and perform many of the same tasks we would on a regular Linux box. I currently have two uses cases for this. First, these system containers allows me to follow instruction documentation for projects that do not treat docker/podman as a first class distribution method. Maybe the project relies on being able to access systemd, or perhaps I don't want the additional burden o... | |
| | | | |
syntackle.com
|
|
| | | Containerization in it's entirety is an incredibly useful concept. From being able to execute applications in isolation, to being able to port them easily with all of their dependencies and configuration is all a developer could ask for. | ||