joshzcold

joined 1 year ago
[–] joshzcold@lemmy.world 1 points 5 months ago

The gophers are https://podman.io/ which builds and runs containers. My guess is they are building the same application in multiple distros for their one application

Like

my-app-nix my-app-fedora my-app-alpine

It's a common practice so users can choose the distro they prefer when launching your container in their stack.

[–] joshzcold@lemmy.world 4 points 10 months ago (1 children)

Be me, the only one who knows how to read the ancient text of Jenkins log.

[–] joshzcold@lemmy.world 14 points 10 months ago (4 children)

Now you're doing pipelines forever. 😞

[–] joshzcold@lemmy.world 2 points 11 months ago

Fun part about Orem is that all of those houses for 400-600 were built in the 80s and haven't been updated since then.

So then you start looking at houses in at least Saratoga or Spanish fork. I landed in Springville and I bought 3 years ago before the market got as bad as it did.

[–] joshzcold@lemmy.world 4 points 1 year ago

You can use kubernetes on any OCI container deployment.

So if you don't want/need to install the docker program, you can go with containerd.

[–] joshzcold@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

If you have multiple media apps. Say radarr, sonarr. You will thank yourself later if you set up all of those in docker-compose, save the configuration to git, mount the storage to something like /media in the container. That means next time you have to set this up again it will automatically be ready.

I had previous work experience, but setting up containers vs VMs was way faster. The permissions of the media between multiple apps was never messed with which saved me from frustrating issues between applications.