Hello Guix,

I was able to run plex at my local server using oci containers!
I am very happy for that!

I was wondering though if there was a better way to extract the ids for
user and groups.

This is my current service

    (oci-container-configuration
     (provision "plex")
     (network "host")
     (image "plexinc/pms-docker")
     (environment '("PLEX_UID=1002"
                    "PLEX_GID=30001"))
     (volumes '("/home/plex/config:/config"
                "/home/plex/transcode:/transcode"
                "/home/plex/data:/data")))

I would like to get rid of the manual PLEX_UID and PLEX_GID values.

I created the user and groups on guix as well.

Any other recomendation on how to run oci containers is welcomed!

Cheers!

--
Fernando

Attachment: signature.asc
Description: PGP signature

Reply via email to