Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.14 KB

DOCKER.md

File metadata and controls

31 lines (19 loc) · 1.14 KB

Draw.io Desktop Headless docker image

Dockerized headless version of Draw.io Desktop

What is does

Draw.io Desktop expose a command-line client to allow us to create, check or export diagrams.

Since Draw.io Desktop is an GUI application, we need an GUI environment to run it. And this prevent us to use it for automation in non-GUI environment such as CI tools.

This docker image enable us to run the command-line client in a headless mode.

Running

docker run -it -v $(pwd):/data rlespinasse/drawio-desktop-headless

Read about docker image configuration

License

View license information for the software contained in this image.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.