Search Docker Hub
jupyter
By celforyon
Docker Jupyter
2.1K
docker run --rm -it -p 80:80 -e IP="127.0.0.1" celforyon/jupyter
version: '3' services: jupyter: container_name: jupyter image: celforyon/jupyter volumes: - ./jupyter:/jupyter environment: - IP="127.0.0.1"
Content type
Image
Digest
Size
278.4 MB
Last updated
almost 9 years ago
docker pull celforyon/jupyter