Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Update README.md: entrypoint arg needs two hyphens #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/quickstart_docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The current version is `delta-spark_2.12:3.0.0` which corresponds to Apache Spar

```bash
# Image entry point (M1)
docker run --name delta_quickstart --rm -it -p 8888-8889:8888-8889 -entrypoint bash deltaio/delta-docker:latest_arm64
docker run --name delta_quickstart --rm -it -p 8888-8889:8888-8889 --entrypoint bash deltaio/delta-docker:latest_arm64
```

3. Running the above command gives a JupyterLab notebook URL, copy that URL and launch a browser to follow along the notebook and run each cell.
Expand Down