/kaptive-web-docker

Dockerised Kaptive-Web instance.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Credit

The original Kaptive project was found under katholt's repository.

They have a separate repository for the web application. This one is by kelwyres.

How to use

  1. Clone this repo:
$ git clone https://github.com/bad5ect0r/kaptive-web-docker.git
  1. Build the container:
$ cd kaptive-web-docker
$ docker build -t kaptive .
  1. Run the container:
$ docker run --rm --name kaptive -p 8000:8000 kaptive