benbusby / farside

A smart redirecting gateway for various frontend services
https://farside.link
MIT License
758 stars 46 forks source link

Docker on the docket? #122

Closed 0x646a73 closed 7 months ago

0x646a73 commented 1 year ago

Any plans to containerize with Docker?

0x646a73 commented 12 months ago

Seems like a nay.

alkaris2 commented 8 months ago

Just read the documentation on how to create Docker container from https://www.docker.com on how to create and setting up a Docker container for your application. There's nothing special required just to setup a Docker container because all it is, is a virtualized system container environment for running applications on with network access.

0x646a73 commented 7 months ago

Right, but that does require spending meaningful time auditing the code to understand all the required (and optional) volume mount points for config and data. files I only asked because the owner provided Docker files for another of his projects (whoogle-search). Issue closed.