Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 552 Bytes

ReLaXed Docker

This project aims at dockerizing ReLaXed.

Build

docker build -t relaxed .

Usage

Make an alias

alias relaxed="docker run -it --rm -u $(id -u):$(id -g) -v $(pwd):$(pwd) -w $(pwd) --name relaxed relaxed $@"

Run

relaxed ./examples/poster/poster.pug --no-sandbox [--build-once]

NB

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.