-
Build image
docker build --tag=jupyter_light . -
Run image
docker run -ti -p 8888:8888 -v "`pwd`":/project jupyter_lightNote: you need to run the image in the directory you want JupyterLab to access.
Alternatively you can pull the image:
docker run -ti -p 8888:8888 -v "`pwd`":/project gpadres/jupyter_lightRunning the image will start JupyterLab in the container.
-
From host computer, via a browser window access JupyterLab on address
localhost:8888
gpadres/docker_python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|