ezaquarii / vpn-at-home

1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole
GNU General Public License v3.0
1.11k stars 95 forks source link

Improve development setup with Docker #56

Closed ritesh-pandey closed 4 years ago

ritesh-pandey commented 4 years ago

Current set up involves installing lot of dependencies when setting up development environment.

Can we use virtualization techniques such as containers or virtualbox to ease the set up?

ezaquarii commented 4 years ago

Dependencies are standard packages installable with single make command. I don't see much benefit of adding docker or virtual machnine on top of that.