ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Simple Docker image of WWW SQL Designer #245

Closed pywebdesign closed 7 years ago

pywebdesign commented 7 years ago

so this is a very simple Dockerfile to run WWW SQL Designer quickly

Here is the result

https://hub.docker.com/r/pywebdesign/wwwsqldesigner/

Run it with:

docker run -p 80:80 pywebdesign/wwwsqldesigner

and check localhost:80 to have a fully working sqldesigner setup

Or simply build it for yourself with the Dockerfile

ondras commented 7 years ago

Thanks!