Now that you mention it, I always do a
docker system prune -f
This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.
I just named it docker_update and saved it in my ~/.bashrc
Now that you mention it, I always do a
docker system prune -f
This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.
I just named it docker_update and saved it in my ~/.bashrc
Did you use docker compose file or just run a command to start the container?
Edit: I always use compose files. For that you can do the following:
docker compose pull
docker compose down
docker compose up -d
You don’t technically need the stop, but I’ve found once or twice in the past where it was good to stop because of image dependencies that I forgot to put in my compose.
For running a command directly I found this website that seems to summarize it pretty well I think:
https://www.cherryservers.com/blog/how-to-update-docker-image
I’m pretty sure they just need the Rockwell Retro Encabulator to reduce that side fumbling.
That was part of why I stick with it. Does exactly what I need to to do and nothing more. It also works with my watch for reminders and confirmation of taking the pills.
It’s a pretty simple interface.
I use take-your-pill
Not released on any store and near as in I can tell has no telemetry.
Not sure about at rest encryption, but I just label my pill with the first letter or two.
Pretty old project, but it’s pretty well done and doesn’t need a whole lot of the “new” features.
I like that I can keep getting reminded as I don’t always take it right when I need to.
Not that I’m aware of, but I’m not as knowledgeable as someone else. I’m hoping some quick research or someone better can help. If I remember I can look later on this evening, but can’t at the moment.
Someone more knowledge than me can correct me, but I’m pretty sure you could buy a newer bigger drive to replace an older drive. You obviously wouldn’t get the full capacity as it would be limited by the other older slower drives. However, you would get a, theoretically, more reliable drive than a random one on eBay. Then as you replace older drives eventually you could have increased size.
Caveat is that it will put stress on the old drive to rebuild, however you’d get that with any drive you put in. General wisdom I saw says to replace all the drives. Although that can be expensive.
I’m any case make sure you have a backup before you do any of the changes.
Have you tried the “no-poo” method? It’s supposed to be pretty good for curly hair.While I’m no expert and don’t have hair anywhere near yours, I haven’t used shampoo except when getting haircut. I use shea butter conditioner and I generally enjoy it. Just don’t get the one they have at Costco. It’s a weird mixture and I thought it smelled horrible when they rolled it out. (It has a green pump)
I got a Lenovo ThinkCentre M910q Tiny Intel i7-7700T on eBay for just under $200 USD. Though you can find slightly older less powerful ones for a bit cheaper. It does have a fan, but stays generally pretty quiet unless it’s under a super load. It’s easy enough to add an M.2 drive and get an 2.5" drive enclosure (I got on amazon).
I agree that x86_64 architecture is much more versatile than arm.
Very informative, and well thought-out!
Here’s to hoping as lemmy, mastodon, etc. get name recognition peertube gets their time of day too.
(For visibility and sharing)
I see someone mention watchtower, while not a bad thing, I just prefer to manually update. This helps to ensure any breaking changes don’t break my system. Especially with something like Immich at it’s had a lot of them recently as they work towards stable. I just generally subscribe to their release and do updates as necessary.