• 0 Posts
  • 118 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle
  • Mostly infrastructure as code with folks installing software natively on their windows host (terraform, ansible, powershell modules, but we also do some NPM stuff too). I’m trying to get people used to running a container instead of installing things on their host so I don’t have to chase people down when they run commands using the wrong version or something.


  • I’ve been really trying to push for more usage of dev containers at my org. I deal with so much hassle helping people install dependencies and deal with bizarre environment issues. And then doing it all over again every time there is turnover or someone gets a new laptop. We’re an Ops team though so it’s a real struggle to add the additional complexity of running and troubleshooting containers on top of mostly new dev concepts anyway.


  • Toribor@corndog.socialtoProgrammer Humor@programming.devWorks on my machine
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    1
    ·
    6 days ago

    To deploy a docker container to a Windows host you first need to install a Linux virtual machine (via WSL which is using Hyper-V under the hood).

    It’s basically the same process for FreeBSD (minus the optimizations), right?

    Containers still need to match the host OS/architecture they are just sandboxed and layer in their own dependencies separate from the host.

    But yeah you can’t run them directly. Same for Windows except I guess there are actual windows docker containers that don’t require WSL but if people actually use those it’d be news to me.












  • People tend to think of digital things as unchanging and permanent but that isn’t really the case. I’m fascinated by the concept of bit rot and other ways that digital things can disappear or degrade over time.

    It’s good that flash is not still an essential part of the modern Internet but its death did firmly cut off an entire era of Internet culture that cannot be experienced in quite the same way.