#Minimum jupyter kernel gateway microservice Size of docker image is 500 MB
- clone or download the gist
- build the docker container
docker build -t hello-service .-
run docker
docker run -p 8888:8888 hello-service -
browse to http://localhost:8888/hello
-
you should see output:
{ hello: "world" }