diff --git a/README.md b/README.md index f7261ec..67807bb 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ This repository provides a Docker image for running Jupyter Notebooks with [xeus ## Getting Started -### Run +### Pull & Run ```bash + docker pull p01arn0va/cling-jupyter docker run -it -v ~/Documents/workspace:/home/jovyan/work -p8888:8888 --rm cling-jupyter:latest ``` @@ -16,4 +17,4 @@ To build the Docker image locally, run the following command in the repository's ```bash docker build -t cling-jupyter . -``` \ No newline at end of file +```