Next evolution, just a one line bash script.

  • linearchaos@lemmy.world
    link
    fedilink
    English
    arrow-up
    121
    ·
    1 year ago

    Me: install it, doesn’t work, read the docs, screw with all the missing things, doesn’t work, read the forms, install something else I missed, doesn’t work, find more forums, find the right answer, patch it up, get it working, figure out that the application is slow, missing critical features, and really just doesn’t do what I needed to do.

    • deweydecibel@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      1 year ago

      Or it does work, and then I never actually end up using it again.

      And then months later I’ll have to do something similar and I’ve forgotten I even installed something that can do that, so I install another related thing.

    • Punkie@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      really just doesn’t do what I needed to do.

      This has been my experience, or sort of does what I want it to do, but I have to rethink what I need it to do instead of something really simple. Like a “new type of shared file system” that replaces NFS/Windows sharing. So instead of files in a standard file system one can manage with a file browser, it has “indexed” your files in such a way that the actual files are renamed into data chunks, and one “finds” files by their non-intuitive search engine that can’t do even basic search engine tricks like “AND/OR” searches, wildcards, and the results are hit and miss. “But it’s faster and more elegant!” So how do you restore from backup when the system fails? “When the system does whatnow?”

      Yeah, no thanks. I can recover files from a file system much easier than some proprietary encoded bullshit fronted with a bad search engine over a proprietary and buggy index.

      • linearchaos@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 year ago

        I asked the other week if anyone made a system that left files alone and just indexed them and gave you a place to store meta without moving them. Options do seem to exist, but they need LOTS of extra work

    • JasonDJ@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I have a couple scripts running in containers. I’m too lazy to do a proper CI build and I only run it on one system anyway so I just got pull and docker build. Sorry if i offend you.

      Though if i keep this up I’ll probably just start to use my generic python container and commit a shell script to docker run with . mounted to /project or something, and set the entry point to pip install project/requirements.txt; python project/main.py.

  • Juki@lemmy.world
    link
    fedilink
    arrow-up
    40
    arrow-down
    2
    ·
    1 year ago

    I’m the opposite because I’ve had nothing but bad luck with docker. I should really spend more time with it but ugh

    • CosmicTurtle@lemmy.world
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      1
      ·
      1 year ago

      It’s definitely worth learning. I had the damnedest time with docker until I went to a meetup and had someone ELI5 to me. And it wasn’t that I wasn’t technical. I just couldn’t wrap my head around so many layers of extraction.

      The guy was very patient with me and helped me get started with docker compose and the rest is history.

      • Samsy@lemmy.mlOP
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Portainer is huge and could be frustrating because too many settings. I prefer tools like dockge, yacht, or casaOS.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        1 year ago

        Honestly portainer isn’t really necessary as you can just have some folders with docker compose.

    • pHr34kY@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      I’m like that. It feels like a total waste of resources, and introduces unneeded complexity for backup, updates, file access, networking and general maintenance.

      I would take a deb repo over docker any day of the week.

  • Harvey656@lemmy.world
    link
    fedilink
    arrow-up
    32
    ·
    1 year ago

    This oh my God. Just the other day I tried to install a project off git, it had a nice little .bat file to install all the requirements except half if them just didn’t exist or were so niche I couldn’t find anything on them after searching. Would love more dockers please.

      • Samsy@lemmy.mlOP
        link
        fedilink
        arrow-up
        20
        ·
        1 year ago

        Ah well, maybe he used to much aliases? starts sweating in penguin costume

      • Harvey656@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        Naw they only had windows projects. I run all my stuff through VMware. Gotta have windows for stupid easy anti-cheat. Trust me I only use it when I have to, please put the gun down mr railcar!

        • lengau@midwest.social
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

          Cursed project: provides .ps1 file for *nix configuration, .sh for Windows configuration (using git bash)

  • Evilschnuff@feddit.de
    link
    fedilink
    arrow-up
    27
    ·
    1 year ago

    I believe this to be true for nearly all products. It has to be super simple to test, because you need to assess if it fits your needs. The mental model for a priori assessment is not strong enough usually.

  • Crow@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    ·
    1 year ago

    It’s because I’ve seen What people can do with a simple docker container that I completely agree. It’s too nice to go back.

        • platypus_plumba@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          edit-2
          1 year ago

          yeha, but the big projects like linuxserver.io love creating docker images with root access, even if people have warned them it is an awful security practice. I rewrote all of their images in a personal repo, screw that. I won’t run shit as root in my machine, even in containers.

      • brophy@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        1 year ago

        There’s rootless docker, or podman, or numerous other container runtimes. The beauty in containers is separating concerns. How you choose to run it, root or rootless, is up to you in all but the nichest of scenarios.

        • lemmyingly@lemm.ee
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          Rootful docker and rootless docker can be run at the same time on the same machine too. So projects that require root privileges can still work on a machine where most other projects run as rootless.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    Building a docker container isn’t normally to hard. I usually will create a PR with a dockerfile and docker compose

  • TeaEarlGrayHot@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    I was so surprised by how easy it was to install Yacy–I’d thought a self-hosted search engine would be tough, but I made a docker-compose file and pointed my reverse proxy to the server, works perfectly so far!

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    5
    ·
    1 year ago

    Yeah no thanks I actually enjoy customizing my installs and not relying on docker for config management which it really shouldn’t be used for.

    Only container I have that was well worth it is the OSX vm which makes it easy to swap versions and options without having to coax the crappy apple software.

    Which I also only have because I thought it’d be funny to demo bluebubbles to my friends.

  • Richard@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    34
    ·
    1 year ago

    Stop pushing the popularity of Docker. It is proprietary software and runs completely opposite to the ideals of GNU/Linux.

    • Solar Bear@slrpnk.net
      link
      fedilink
      English
      arrow-up
      20
      ·
      1 year ago

      Docker is open source, licensed under Apache-2.0. Not really sure what you’re talking about.

      • 1337@1337lemmy.com
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        1 year ago

        While docker is open source I have no idea why systemd nspawn containers aren’t more popular. Most systems have this built in without needing to install 3rd party software. And I find using it so much easier. I assign each container an IP address and manage them all with ansible. It provides isolation and convenience while not trying to reinvent the wheel.