tryffel / jellycli

Jellyfin terminal client
GNU General Public License v3.0
206 stars 8 forks source link

Fully qualify Docker image names #32

Closed jwillikers closed 2 years ago

jwillikers commented 2 years ago

Fixes #29

The Dockerfile can be built with Podman without issue.

podman build -t jellycli:latest .
tryffel commented 2 years ago

I don't have Podman installed so I only tested with Docker and seems to be working.

jwillikers commented 2 years ago

I don't have Podman installed so I only tested with Docker and seems to be working.

Thanks! It works in my testing, since I have to add it to make Podman happy. Thanks again!