Files
docker-stacks/minimal-kernel
Peter Parente 6069c4e295 [ci skip] Add badges to stack READMEs
(c) Copyright IBM Corp. 2016
2016-03-18 08:03:39 -04:00
..
2016-03-07 20:35:45 -05:00
2016-03-07 21:38:40 -05:00

docker pulls docker stars

Kernel Gateway Stack

What it Gives You

  • Jupyter Kernel Gateway that enables programmatic access to kernels
  • Python 3 kernel
  • No preinstalled scientific computing packages
  • tini as the container entrypoint

Basic Use

The following command starts a container with the Kernel Gateway server listening for HTTP connections on port 8888.

docker run -d -p 8888:8888 jupyter/minimal-kernel

Docker Options and More Information