Skip to content

LANsible/docker-xteve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xTeVe

Build Status Docker Pulls

Why not use the official container?

It does not work on Kubernetes with a configmap since it tries to create the settings.json etc in the directory where the config is mounted. This container allows this setup to work flawlessly!

Test container with docker-compose

cd examples/compose
docker-compose up

Building the container locally

You could build the container locally to add plugins. It works like this:

docker build . \
      --build-arg VERSION=2.1.0 \
      --tag lansible/xteve:2.1.0

The arguments are:

Build argument Description Example
VERSION Version of xteve 2.1.0

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published