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.
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.
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.
I can’t updoot you enough. I hate that so much too.
Seems they want to force you to use their “Car Thing” voice assistant. Probably to listen into your conversations…
I’ve been enjoying bazzite!
I have lawnchair and it supports work profile. At least as far as I know. I can swipe left/right to see my work apps in the app drawer. Not sure if there’s something else.
I’m running 14 beta 2 https://github.com/LawnchairLauncher/lawnchair/releases
We’ve had three yes, but what about 4th crisis?
<Insert meme here or something>
So, Google is going to buy it?
I like how audiobookshelf works and syncs, but their android app needs auto play/queue like the web version has. I’ve been listening to “Robot or Not” and episodes are like 2-8 minutes. Gets real annoying to keep needing to select the next episode. Especially while driving as it’s unsafe. The android auto syncing isn’t great either.
AntennaPod is nicer in that way, but I haven’t found a good web player that syncs with it.
While not AI. That’s my goal with my home automation. To augment my life to make certain things easier and/or more efficient.
https://www.home-assistant.io/blog/2016/01/19/perfect-home-automation/
Haha, oh I’ve made myself sad.
I’m sorry to have offended you. Maybe we just call him a giant trump (but in like a bad way?)
That’s defamatory towards potatoes. We can just leave it as dick.
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.