Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Deploy with Docker

Sri Harsha edited this page Jun 30, 2021 · 1 revision

Instructions for Docker

  1. Install Docker

  2. Create a folder named gateway

  3. Copy selfsign.py and Dockerfile into gateway folder

  4. Run selfsign.py to create certificates in the gateway folder

    python selfsign.py
  5. Create a data folder within gateway and put your data files there

  6. Run this command to create the Kernel Gateway Docker image

    docker build -t insights-gateway .
  7. Start the Kernel Gateway

    docker run -p 9999:9999 insights-gateway

Note: We highly recommend deployment with Anaconda because of its ease of use.

Clone this wiki locally