this post was submitted on 17 Nov 2023
537 points (97.2% liked)

linuxmemes

20463 readers
138 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 53 points 9 months ago* (last edited 9 months ago) (2 children)

Whenever you get bored:

~$ sudo docker run -it --rm archlinux bash
[root@5452124778b3 /]# pacman -Syu
:: Synchronizing package databases...
 core downloading...
 extra downloading...
:: Starting full system upgrade...
resolving dependencies...
[–] [email protected] 8 points 9 months ago (2 children)

Its easier to use distrobox with podman

[–] [email protected] 23 points 9 months ago

Could be. I know docker and this looked like a nail.

[–] [email protected] 1 points 9 months ago (1 children)

this coming from someone who used podman for years for hours for development every day.

podman is cancer, it's way better to use docker rootless.

podman will break if you sneeze at it, and the only recourse you will find in github is to podman system reset which stinks of bad programming.

docker rootless never breaks, podman may die if you cancel a download because the devs were either inexperienced or bad and instead of protecting the state with atomic filesystem operations they leave dirty files in working directories which make it fail in random and unexpected ways.

[–] [email protected] 3 points 9 months ago

I've personally only had good experiences with podman

[–] [email protected] 2 points 9 months ago (2 children)

Wait...is that all it takes to install arch in a docker container? Does this include a GUI or is it for terminal Haxxorz only?

[–] [email protected] 10 points 9 months ago (2 children)

Terminal only. Though in theory you should be able to expose a port to access an X or Wayland session remotely to use a GUI, but I haven't tried this.

[–] [email protected] 3 points 9 months ago

You're basically describing DistroBox, which does exactly that. It's amazing.

[–] [email protected] 1 points 9 months ago
[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

Yes. It even pulls the image for you if you don't have it.