cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
324 stars 22 forks source link

Dockerfile for PabloDraw Server #16

Closed christianvozar closed 2 years ago

christianvozar commented 6 years ago

@cwensley Not sure if you work with Docker but this PR includes a functional image for running PabloDraw in server mode suitable for quick deployment on GCE or AWS, likely within the free tier.

I have only one issue and that is when the image runs it exits believing that a "key has been pressed" even though it has not. Ideally, PD would await a control signal or CMD/CTL+C or some such combo to make it a more durable server.

Any thoughts?

cwensley commented 2 years ago

Closing this as I'm not sure why the docker file needs to be in the repo (why not part of the releases?), also, the latest version (3.3.0) no longer uses mono and is a native x64 executable.

Thank you for submitting the issue!

tracker1 commented 2 years ago

@cwensley I've got a couple things publishing under a bbsio org on Dockerhub if you'd be at all interested in adding a Docker target for a server image, I could add this as a project, and add you as an admin to target that project... happy to make a PR for a github workflow if you are interested at all.

cwensley commented 2 years ago

@tracker1 if you or others would find that useful, then absolutely I'm game for that.