This repository was archived by the owner on Apr 3, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 21
Deploy with Docker
Sri Harsha edited this page Jun 30, 2021
·
1 revision
-
Install Docker
-
Create a folder named
gateway -
Copy
selfsign.pyandDockerfileintogatewayfolder -
Run
selfsign.pyto create certificates in thegatewayfolderpython selfsign.py
-
Create a
datafolder withingatewayand put your data files there -
Run this command to create the Kernel Gateway Docker image
docker build -t insights-gateway . -
Start the Kernel Gateway
docker run -p 9999:9999 insights-gateway
Note: We highly recommend deployment with Anaconda because of its ease of use.
Get Started
Connecting to the Kernel
General Features
Deployment Patterns
Frequently asked questions