Simple configuration language based on Python.
61
Usage examples:
# Example script
echo "x = 123" > config.py
# Providing we have a single-file configuration
docker run -i gergelyk/kurde < config.py
# Configuration that imports other files
docker run -i -v $(pwd):/work -w /work gergelyk/kurde config.py
Note: Docker Engine ~24.0 required.
Content type
Image
Digest
sha256:fbad512cf…
Size
365.5 MB
Last updated
almost 3 years ago
docker pull gergelyk/kurde