

after testing a bunch of different apps, I settled on a notebook and a pen. There’s nothing more convenient than writing down your tasks and plans in two columns and then simply recording the results the next day.
after testing a bunch of different apps, I settled on a notebook and a pen. There’s nothing more convenient than writing down your tasks and plans in two columns and then simply recording the results the next day.
Short answer: Yes. and you can install extra/podman-docker 5.5.2-1 ( Emulate Docker CLI using podman ) for full compatible.
Long answer: you can find all in official docs. https://docs.podman.io/en/latest/ . in general, the first step is always better not to ask abstract question in Google, but to read the official documentation
There is no such distribution. And it’s not surprising. That is essentially one package with runc. I also recommend using an podman instead of docker. Then you won’t even need to do anything except apt install podman / dnf install podman.
UPD: At the moment, even systemd supports containers. systemd-nspawn daemon…
Well, I’ve lived half my life without the Internet, because it wasn’t invented yet, and if things really go this way, I’ll live the rest of my life without the Internet. No digital sharing, no digital spying. And I recommend that you disconnect from the network for a couple of months and touch the grass too.
As the say: You’re ripping off your heels, you’re not respecting the men
I’ll do the “Ku” pose from the movie Kindzaza a couple of times and the dog will come running to jump around me. For some reason, he loves it when I do that.
I often clean and place aromatic oils in the rooms + live plants.
archlinux + podman / libvirtd + nomad (libvirt and docker plugins) + ansible / terraform + vault / consul sometimes
UPD:
archlinux - base os. You never need change major version and that is great. I update core systems every weekend.
podman / libvirtd - 2 types of core abstractions. podman - docker containers management, libvirtd - VM management.
nomad - Hashicorp orcestrator. You can run exec, java application, container or virtual machine on one way with that. Can integrate with podman and libvirtd.
ansible - VM configuration playbooks + core system updates
terraform - engine for deploy nomad jobs (docker containers. VMs. execs or something else)
Vault - K/V storage. I save here secrets for containers and VMs
consul - service networking solution if you need realy hard network layer
As a result, I’m not really sure if it’s a simple level or a complex one, but it’s very flexible and convenient for me.
UPD2: As a result, I described the applications level, but in fact it is 1 very thick server on AMD Epic with archlinux. XD By the way, the lemmy node from which I write is just on it. =) And yes, it’s still selfhosted.