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 wonder if making a blueprint for the floors would be easy enough. Might make the whole thing a lot quicker.
I’m pretty sure they just need the Rockwell Retro Encabulator to reduce that side fumbling.
Not OP, but it kind of looks like our Cavachon.
Until they start to force you to connect to “finish” setup. I’m sure it’s only a matter of time.
For now my new LG turns on directly to my external device and isn’t connected to the Internet. I did have to change a setting to turn on to the last input used instead of the useless home screen.
Nah, that happens today. January 2nd is double secret quiet quitting. Or as it should be said, acting your wage.
I just fill my insulated tumbler all the way to the top with ice and I get a perfect amount of coffee. It stops right where the lid goes on top.
However, if you were going to do it the normal way it would indeed be about 300g of ice. Then you’d put that over fresh ice (bigger pieces so it doesn’t dilute as much?).
I’m just lazy and also don’t want to use a second container so I just do it my way.
$32 USD a month for 2 lbs (0.9 kg) from a local roaster. Not the most economical, but they do a decent job of roasting.
I do pour over iced coffee (aka Japanese Iced Coffee) using a Hario V60. 35g coffee and 300g water brewed over ice (dilutes the rest of the way and chills the coffee) and I’m good to go.
There’s always money in the milk stand (wink wink)!
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.
For a minute I thought the kid was pooping in the top of the cat tree.
*I put on my robe and wizard hat.*
You probably figured he meant bright green shirts, but you’re wearing a forest green shirt.
You mean like this?
A good case for a charge back.
No see the first one is a bribe, the second one is a job. I’m paying you for your time! /s
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.