• M600@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    2 hours ago

    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?

    • CosmicTurtle0@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      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
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

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

    • talentedkiwi@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 hours ago

      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

  • DaGeek247@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    3 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.