JC Grünhage

Results 281 comments of JC Grünhage

(See https://github.com/void-linux/void-packages/pull/17917 for more details)

@ehuss could you take a look at this?

@ehuss I'll close the PR at void-packages, because this seems inactive. I'll leave this issue open though.

> We'd rather Docker is not managing containers, restarts, logging or anything of that sort by itself. The fact that we can't really supervise the actual process is not ideal,...

> However, systemd is a available and the go-to way for managing services on all popular and major distros which one would want to use on a server (RedHat/CentOS, Debian,...

https://github.com/containers/libpod/blob/master/install.md shows the supported distros. Only Debian is missing from those. CentOS has it available in their extras repository and Ubuntu has a PPA available [here](https://launchpad.net/~projectatomic/+archive/ubuntu/ppa). You *could* theoretically write...

About networking: `--network=host` is really off-putting, but you can generate the IPs for the containers with ansible. Would it still be off-putting then? You can still use DNS names, by...

@fbruetting > Why does anyone want to run podman in Alpine? Isn’t that just an OS image for containers? No, it's a Linux Distro. The most popular place where it's...

Yes, sure, but then why merge those containers into a pod anyway?

You don't need pods to connect containers to each other