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

linuxmemes

21291 readers
951 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] avidamoeba@lemmy.ca 53 points 1 year ago* (last edited 1 year 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...
    
    [–] possiblylinux127@lemmy.zip 8 points 1 year ago (2 children)

    Its easier to use distrobox with podman

    [–] avidamoeba@lemmy.ca 23 points 1 year ago

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

    [–] anonono@lemmy.world 1 points 1 year 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.

    [–] possiblylinux127@lemmy.zip 3 points 1 year ago

    I've personally only had good experiences with podman

    [–] Duke_Nukem_1990@feddit.de 2 points 1 year 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?

    [–] deathmetal27@lemmy.world 10 points 1 year 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.

    [–] CeeBee@lemmy.world 3 points 1 year ago

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

    [–] avidamoeba@lemmy.ca 1 points 1 year ago
    [–] avidamoeba@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

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