Skip to content
Tom Herbers edited this page Jul 27, 2020 · 1 revision

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.

Clone this wiki locally