This project aims at dockerizing ReLaXed.
docker build -t relaxed .
alias relaxed="docker run -it --rm -u $(id -u):$(id -g) -v $(pwd):$(pwd) -w $(pwd) --name relaxed relaxed $@"
relaxed ./examples/poster/poster.pug --no-sandbox [--build-once]
This tool with the --no-sandbox
option used to work until recently, and no sandbox setting seemed conclusive.
This might be a security issue in some usecases.