this post was submitted on 26 Oct 2024
210 points (100.0% liked)

Linux

47866 readers
2318 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 14 comments
sorted by: hot top controversial new old
[–] laxe@lemmy.world 1 points 56 minutes ago

I see Jellyfin, I insta upvote

[–] M600@lemmy.world 6 points 4 hours ago (4 children)

I just setup Jellyfin on docker the other day for the first time.

It just occurred to me that I don’t know how to update docker.

Any advice?

[–] dangling_cat@lemmy.blahaj.zone 5 points 2 hours ago* (last edited 2 hours ago) (1 children)

Check out Watchtower! Auto-update your containers. Don’t forget to set WATCHTOWER_CLEANUP to true, or your disk will be filled with old images.

[–] M600@lemmy.world 1 points 49 minutes ago

Thanks! I’ll check that out, I’m really loving how quick and easy docker has been so far.

[–] talentedkiwi@sh.itjust.works 6 points 3 hours ago* (last edited 3 hours ago) (1 children)

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

[–] M600@lemmy.world 1 points 50 minutes ago (1 children)

Yes, I used docker compose. Do I need to do anything to clean up with this method?

[–] talentedkiwi@sh.itjust.works 1 points 4 minutes ago* (last edited 2 minutes ago)

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

[–] Quail4789@lemmy.ml 2 points 2 hours ago

no need for docker compose down. pull && up is enough

[–] CosmicTurtle0@lemmy.dbzer0.com 3 points 3 hours ago (1 children)

If you set up using compose and don't have the version pinned:

dockee compose down && docker compose pull jellyfin && docker compose up -d

[–] Sandbag@lemm.ee 2 points 2 hours ago

What about if I am using Podman and have the container as a systemd unit file?

[–] Dragonish@lemmy.dbzer0.com 8 points 4 hours ago

I am loving the new release cadence!

[–] TheImpressiveX@lemmy.ml 42 points 7 hours ago

I rate it a 10.10.0 out of 10.

[–] LeFantome@programming.dev 28 points 7 hours ago

Jellyfin has been rock solid for me, especially since the move to .NET 8. Looking forward to this release.

[–] DaGeek247@fedia.io 4 points 4 hours ago

Shame about the network location regression. That's the only thing that keeps my kodi device from taking 5-15 seconds to load each sub menu.