Sign inSign up

kyzimaspb/kodi

By kyzimaspb

•Updated over 2 years ago

An image for developing Kodi plugins.

Image
0

1.3K

kyzimaspb/kodi repository overview

⁠Kodi in Docker

⁠Volumes
  • /home/user/.kodi - directory with kodi files.
⁠Environment Variables
  • XVFB_RESOLUTION - screen resolution of the virtual X server;
  • VNC_SERVER_PASSWORD - the password for the VNC server.
⁠Forwarded ports:
  • 5900 - TCP port for connecting VNC clients.

⁠Run

docker run --rm -ti --name kodi_1 \
    -p 5900:5900 \
    -v $(pwd)/plugin:/home/user/.kodi/addons \
    kyzimaspb/kodi

Tag summary

Content type

Image

Digest

sha256:87066ff80…

Size

417.2 MB

Last updated

over 2 years ago

docker pull kyzimaspb/kodi