I use Arch for personal and gaming, Debian for self hosting and hacking, Alpine for containerized cloud deployments.
Pretty much the same for me: bleeding-edge Arch for my workstation, rock-stable Debian for my server.
Just a random person who likes building software and configuring Linux.
I use Arch for personal and gaming, Debian for self hosting and hacking, Alpine for containerized cloud deployments.
Pretty much the same for me: bleeding-edge Arch for my workstation, rock-stable Debian for my server.
I’d also like to add that you can save an image to a local file using
docker image save
and load them back usingdocker image load
. So, along with the options mentioned above, you have plenty of options to backup images for offline use.