Hello!, I was wondering (sorry about this, i’m no Einstein) what can one do with a virtual machine? what I mean by that is what cool things could one do? maybe use it to play older games, perhaps even make it a storage medium?. I personally like to use applications/games on vm’s (im also love customizing the whole thing, artist impulse). Do any of you have any suggestions? thank you for your input.

  • knowncarbage@lemmy.fmhy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Docker is similar to a VM. It’s a vilitualized container. They are used very heavily in enterprise stuff afaik.

    I can run:

    docker pull ubuntu

    And have a virtual Ubuntu server up and running in seconds. Or Arch, Alpine or whatever.

    Beyond just OS images many applications are packaged as docker containers as it comes with all the libraries, databases and underlying OS all set up, ready to go and easy to update.

    I have Jellyfin & Navidrome docker instances so I can stream my video & music collection around my house and to my phone or laptop when away from home. They are a bit like Plex. Navidrome + Symfonium beats Spotify imo. Slskd means I can use my Android device away from home to download albums to my music collection and then stream them right back to the phone.

    • Scrimby@lemmy.fmhy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      oooh! that’s actually really neat! so hypothetically, with docker you could set up a server super quick and with jellyfin/navidrome/slskd I can use said server to stream my music and etc to different devices and back? I should try that out! thank you

      • knowncarbage@lemmy.fmhy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Yes.

        Easiest to use separate containers tho. Jellyfin, Navidrome, Slskd, even Lemmy all provide Docker images just ready to pull. They tend to take up far less space and resources than a VM.

        If it’s just for personal use I find Tailscale great…no need to worry about opening ports on my home router.

        My phone, laptop & rpi server all talk to each other outwith the home network via Tailscale.

        • Scrimby@lemmy.fmhy.mlOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          ah ok, i’m just looking for a personal shindig myself, i’ll look into tailscale, thank you!