Skip to content

roger-mahler/docker_playground

Repository files navigation

Docker Jupyter Lab Playground

Build Docker image:

docker build --rm -f "docker\Dockerfile" -t playground:latest

Start Docker container:

docker run -it --rm -p 8888:8888 -p 4040:4040 playground

Open shell to running container

docker ps
docker exec -it <container-id> /bin/bash

Inspirations

https://github.com/manniche/dockerized-jupyterhub/tree/master https://github.com/USGS-CMG/data-life-cycle-cloud-docker-jupyterhub/blob/837c2b7de783af385ed309bedc0297c6f972f261/docker-compose.yml https://github.com/defeo/jupyterhub-docker/blob/d409b06afa64fcc2564ac4db03c9e0b4812037bd/docker-compose.yml https://github.com/4dn-dcic/jupyterhub-docker https://github.com/Kaggle/docker-python/blob/master/Dockerfile

About

Some Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published