/docker-draw.io

Dockerized draw.io based on php:5-apache official image.

GNU General Public License v3.0GPL-3.0

Supported tags and respective Dockerfile links

6.5.8, latest 6.5.7 6.4.2

Introduction

draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy™ and Lucidchart™ files .

Description

The Dockerfile builds from "Tomcat:8-jre7" (see https://hub.docker.com/_/tomcat/)

This image does not leverage embedded database

Roadmap

  • Deployment as WAR package
  • Use Tomcat instead of apache
  • Patch with EmbedServlet2

Quick Start

Run the container.

docker run -it --rm --name="draw" -p 8080:8080 fjudith/draw.io

Start a web browser session to http://ip:port/draw?offline=1

offline=1 is a security feature that disables support of cloud storage.

Reference