Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Pull command
  • Loading branch information
Polarnova authored Nov 29, 2023
1 parent f8c952a commit 8a702dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -16,4 +17,4 @@ To build the Docker image locally, run the following command in the repository's

```bash
docker build -t cling-jupyter .
```
```

0 comments on commit 8a702dd

Please sign in to comment.