Skip to content

I find installing ReLaXed challenging. Here, have it dockerized.

Notifications You must be signed in to change notification settings

jonathanasquier/ReLaXed-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

I find installing ReLaXed challenging. Here, have it dockerized.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published