This is Script server (https://github.com/bugy/script-server) base image
The image is built on base of debian-slim. It includes python3 and Script server required dependencies (without any optional dependencies like LDAP).
Image tags:
Example usage:
docker run -d -p 5000:5000 \
-v /host/path/to/conf.json:/app/conf/conf.json \
-v /host/path/to/runners/:/app/conf/runners \
-v /host/path/to/scripts/:/app/scripts/ \
--name script-server \
bugy/script-server:latest
Please replace the following paths:
/host/path/to/conf.json - this should be your server configuration file/host/path/to/runners - this is a directory with all your script configurations (a config file per script)/host/path/to/scripts - this is a directory for your scripts, which will be used by the configurations from the previous pointContent type
Image
Digest
sha256:4a747500f…
Size
50.1 MB
Last updated
4 months ago
docker pull bugy/script-server:dev