The original Kaptive project was found under katholt's repository.
They have a separate repository for the web application. This one is by kelwyres.
- Clone this repo:
$ git clone https://github.com/bad5ect0r/kaptive-web-docker.git
- Build the container:
$ cd kaptive-web-docker
$ docker build -t kaptive .
- Run the container:
$ docker run --rm --name kaptive -p 8000:8000 kaptive