drawio/etc/docker
2019-06-19 13:22:26 +02:00
..
Dockerfile 9.0.2 release 2018-08-01 17:46:27 +01:00
README.md 10.7.8 release 2019-06-19 13:22:26 +02:00

Docker

After successful checkout, from the project directory run,

cp etc/docker/Dockerfile .
docker build -t draw .
docker run -d -p 8888:8080 draw

Now the app will be accessible at http://localhost:8888/draw/?local=1 (the local URL parameter disables the cloud integrations as those require some keys to be changed).

We recommend using this external Docker draw.io project, it is somewhat more advanced and better maintained.