From adf4b02f58cdb56fe6ff3ad7e531913ee0114ca8 Mon Sep 17 00:00:00 2001 From: Frank Luan Date: Tue, 31 Aug 2021 17:24:25 -0700 Subject: [PATCH 1/2] Fix README Docker instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea5a2be..2083cd8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ git clone https://github.com/mc2-project/mc2.git docker pull mc2project/mc2_img:v0.1.3 # Run the container, mounting your playground to the container, and open a shell into the container -docker run -it -v :/mc2/client/playground mc2_img /bin/bash +docker run -it -v :/mc2/client/playground mc2project/mc2_img:v0.1.3 /bin/bash ``` ### Installation via build from source From 3c18b5a3de2389d9f7a71df777c4c5eebd6f574d Mon Sep 17 00:00:00 2001 From: Frank Luan Date: Tue, 7 Sep 2021 22:11:26 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Chester Leung --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2083cd8..a15235e 100644 --- a/README.md +++ b/README.md @@ -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 :/mc2/client/playground mc2project/mc2_img:v0.1.3 /bin/bash +docker run -it -v :/mc2/client/playground mc2project/mc2_img:v0.1.2 /bin/bash ``` ### Installation via build from source