Building in Docker - freifunk-gluon/gluon GitHub Wiki

To build Gluon within a Docker Container you should have Docker installed.

  • clone the Repository and your site according to the docs: Getting Started - Building the images
  • build yourself a docker image: docker build -t gluon --pull contrib
  • run it: docker run -it --rm -v $(pwd):/gluon gluon

You got yourself a bash. From their it is as usual.