8 points

hahahahahahaj I don’t know if it is funny because it is absurd or if it is funny because there are some folks out there that really think like that hahahahah

permalink
report
reply
5 points

This meme format works best to absurdly overstate the uselessness of something you find mildly annoying. That’s when it’s funniest, because the criticisms are grounded in something real, and the low-stakes controversy makes the aggressive tone funny in context.

permalink
report
parent
reply
2 points

I need all of these! I already have them for data structures and agile but this is also golden!

permalink
report
reply
10 points

I use podman and have absolutely no idea what I am doing. Send help

permalink
report
reply
3 points
*

Reading about all the security issues in Docker lately, i’m thinking about using LXC via Incus/Proxmox. Should i? Or podman?

permalink
report
reply
3 points

I just put my docker services in a lxc container. Docker is neat and lets me deploy shit without having to worry. Works pretty well, just remember to put your lxc containers on your SSD and not your raid mass storage (my hdds have errors now, fuck)

permalink
report
parent
reply
15 points

Meme gave me a laugh. XD

I see people not happy with Docker as a company, and, I get that, tech co. Lol

But I gotta admit, it’s definitely been awesome for self hosting. My home server would probably just be OpenMediaVault and a Samba share if I couldn’t just spin up compose files and had to worry about every app wanting its own database and stuff!

Are there better alternatives for newbs who just wanna self host stuff?

permalink
report
reply
10 points
*

Are there better alternatives for newbs who just wanna self host stuff?

Docker is great for a beginner, and even for an expert too. I’ve been self-hosting for 20 years and love Docker.

Back in “the old days”, we’d use Linux-VServer to containerize stuff. It was a bit like LXC is today. You get a container that shares the same kernel, and have to install an OS inside it. The Docker approach of having an immutable container and all data stored in separate volumes was a game changer. It makes upgrades so much simpler since it can just throw away the container and build a new one.

The main alternative to Docker is Podman. Podman uses the same images/containers as Docker - technically they’re “OCI containers” and both Docker and Podman implement the OCI spec.

Podman’s architecture is different. The main difference with Podman is that it never runs as root, so it’s better for security. With Docker, you can either run it as root or in rootless mode, but the default is running it as root.

permalink
report
parent
reply
2 points
*

Wow, I really appreciate you taking the time. I’m bookmarking this. Thanks, Dan!

As I look to upgrade or re-factor the server a bit, I’m gonna take a closer look at Podman. Not running as root by default sounds extremely sensible!

I tried that with a few of my Docker containers with results ranging from “Did it actually do it?” to “Nice job breaking it, hero.” Lol

OMV has a really nice Docker GUI built in, but I’d much rather be ready to understand the open-for-all solution if I could. :)

Hope you have a great one!

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 9.4K

    Monthly active users

  • 860

    Posts

  • 33K

    Comments