seashell / drago

☁️ Securely connect anything with WireGuard® and manage all your networks from a single place.

Home Page:https://seashell.github.io/drago

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile or pre-compiled docker images support

xczh opened this issue · comments

Thank you for your efforts on this project. It looks like a great idea! Could you provide a Dockerfile for compiling the whole project? Or are there any provide a pre-compiled docker images? I just want to try a demo :)

Hi @xczh. Thank you for your kind words, and sorry for the delay in replying. The Docker container for building the project will be available in a few days. If you have Go installed, you can easily run the client and the server by checking out the dev branch and running go run main.go agent --dev. If you have any other suggestions, feel free to share them :)

A Dockerfile is now available for those interested in building Drago without having to install anything in their system. See PR #46.