Are you running them from your user session? If so, when you log out it will stop your processes, unless you have enabled ‘linger’ mode.
- 0 Posts
- 23 Comments
iluminae@lemmy.worldto Selfhosted@lemmy.world•Restart Docker Container Without root privilegesEnglish3·1 year agoYou could write a script that just restarts your container, make sure unprivileged users cannot edit it, and do one of two things:
- make a sudoers entry for your unprivileged account to call just that script as a user in the docker group with sudo
- use setuid on the script to have it execute from the docker group even when executed by users
K8s has a mild solution to chicken and egg situations for nodes - the nodes support ‘static manifests’ which can be pods they know how to bring up before ever connecting to the API server. So you could have your wireguard peer be brought up this way. Downside is while those static manifests show up in k8s APIs, they aren’t fully manageable since they are defined by files on disk.
iluminae@lemmy.worldto Mildly Infuriating@lemmy.world•Asus putting solder but not a chip on this spot on its motherboard so you can have a heart attack when you notice itEnglish12·1 year agoWave soldering machine - they basically suspend the whole board above a vat of solder, it bonds anywhere it can. So if they don’t need that chip on this model, it’s getting solder anyway.
Sometimes I wonder if in 75 years people will look back on our caffeine use in this generation like we currently look back at cocaine use in products in the 19th century. Until then, I continue to slurp down coffee like that is my actual job.
iluminae@lemmy.worldto Selfhosted@lemmy.world•Proxmox HA, Docker Swarm, Kubrenetes, or what?English1·1 year agoYea it’s very easy to learn enough to run, it has built-in service discovery and secrets now, and writing parameterized jobs feels so much nicer than a helm chart in k8s.
10/10, would orchestrate again
iluminae@lemmy.worldto Selfhosted@lemmy.world•Proxmox HA, Docker Swarm, Kubrenetes, or what?English3·1 year agoI use k8s at work a lot - I choose to use Nomad at home, you may want to add that to your shortlist.
iluminae@lemmy.worldto Selfhosted@lemmy.world•So SBCs are shit now? Anything I can do with my collection of Pis and old routers?English2·1 year agoI am nearly complete migrating my ceph cluster and nomad compute cluster to arm :shrug:
iluminae@lemmy.worldto Selfhosted@lemmy.world•Docker vs Podman, which one to choose for a beginner and why ?English2·2 years agoA year or two ago (whenever docker changed the business license of docker for Mac) I changed to podman and aliased docker=podman. It behaves the same, you would just about never know rootful podman vs docker.
Rootless podman is super cool and a much better security ideal - but comparing more apples to apples would be podman running as root vs docker.
iluminae@lemmy.worldto Selfhosted@lemmy.world•Docker vs Podman, which one to choose for a beginner and why ?English3·2 years agoBuildah lacks any sort of caching
… what? assuming you are using a Containerfile… what? It’s… the same as docker on layer caching. The --cache-to and --cache-from flags are particularly sweet.
Every time we see this in our legacy code we yell out: dolla-dolla bills 'yall!
iluminae@lemmy.worldto Programmer Humor@lemmy.ml•It's always "temporary troubleshooting"34·2 years ago(after) …ah crap it’s actually selinux…
Nomad is a breath of fresh air after working with k8s professionally.
Don’t get me wrong, love k8s, but it’s a bit much (until you need it)
Ceph is excellent as a distributed storage solution - but should really have 4 machines with 2 or more drives each to reach a good level of redundancy - which is a bit much for most people on this sub.
One nice feature is it deals with heterogeneous drives well, like if you need to buy a bunch of used ones on eBay for cheap.
Probably not a good solution for your case because of the footprint - but good to be aware of it.
iluminae@lemmy.worldto Selfhosted@lemmy.world•[Meta] Decronym is now running on /c/selfhostedEnglish10·2 years agoOk that’s pretty cool (good bot)
iluminae@lemmy.worldto Selfhosted@lemmy.world•[Meta] Decronym is now running on /c/selfhostedEnglish4·2 years agoHow excellent for my MQTT behind nginx next to my pihole
:)
iluminae@lemmy.worldto Selfhosted@lemmy.world•ELI5: Why are SBCs nowhere to be found?English1·2 years agoNanopi R5C
iluminae@lemmy.worldto Selfhosted@lemmy.world•ELI5: Why are SBCs nowhere to be found?English2·2 years agoNanopi R5C. Cute little buggers too.
iluminae@lemmy.worldto Selfhosted@lemmy.world•ELI5: Why are SBCs nowhere to be found?English3·2 years agoI have 2 pi4 4GB boards and was waiting forever to get a third to run RAFT based services across.
I gave up last year and bought 3 chinese boards at $60/ea with 2x 2.5Gb Ethernet each, emmc, and a m.2 slot - and they run at half the temp of the pi4 boards.
I never needed the wifi/bt and form-factor the pi boards offered anyway - really no reason to stay as long as you can find software that boots on other boards.
Looks more like a Bichon Frise rather than a Poodle - but probably an unnecessary distinction, as it is still cute.