Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ If you prefer to pull the image instead, you can pull a pre-built image (~3 GB)
git clone https://github.com/mc2-project/mc2.git

# Pull the mc2_img from Docker Hub
docker pull mc2project/mc2_img:v0.1.3
docker pull mc2project/mc2_img:v0.1.2

# Run the container, mounting your playground to the container, and open a shell into the container
docker run -it -v </absolute/path/to/mc2/playground>:/mc2/client/playground mc2_img /bin/bash
docker run -it -v </absolute/path/to/mc2/playground>:/mc2/client/playground mc2project/mc2_img:v0.1.2 /bin/bash
```

### Installation via build from source
Expand Down