mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00

* Remove SHELL env var and leftover USER nobody * Install wget for tini then immediately uninstall it * Install build-essentials and python3-dev for tornado speed up then immediately uninstall them (c) Copyright IBM Corp. 2016
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
- For more information on the Kernel Gateway and its configuration options see the Kernel Gateway Repository.