drawio/etc/docker/README.md

13 lines
494 B
Markdown
Raw Normal View History

2018-07-31 16:37:17 +00:00
Docker
------
After successful checkout, from the project directory run,
```bash
2018-08-01 16:46:27 +00:00
cp etc/docker/Dockerfile .
2018-07-31 16:37:17 +00:00
docker build -t draw .
docker run -d -p 8888:8080 draw
```
2018-08-01 16:46:27 +00:00
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).
2019-06-19 11:22:26 +00:00
We recommend using [this external Docker draw.io project](https://github.com/fjudith/docker-draw.io), it is somewhat more advanced and better maintained.