docker-xeoma icon indicating copy to clipboard operation
docker-xeoma copied to clipboard

A docker container for Xeoma surveillance software

Results 13 docker-xeoma issues
Sort by recently updated
recently updated
newest added

Currently it's not possible to run the container as a different user which should be possible as xeoma does not require root. ```bash $ docker run -ti --rm -u 999:999...

I'm running the container in Kubernetes. Every time the container is stopped and started, it gets a new MAC address, which breaks licensing. Kubernetes also doesn't allow one to set...

Xeoma wants to have world writable files, which is a really Bad Thing. This modification adds a script to set the permissions more appropriately on the folders exposed and to...