From 2cdac8ede2d11223703289837b657f58488882d7 Mon Sep 17 00:00:00 2001 From: Dan Lu Date: Mon, 10 Apr 2023 13:24:17 -0700 Subject: [PATCH] feat: update README.Rmd --- README.Rmd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 4a6f321..da2e381 100644 --- a/README.Rmd +++ b/README.Rmd @@ -58,9 +58,14 @@ The dccmonitor can be authorized to log in to Synapse using Synapse Authenticati docker build -t dccvalidator_pec -f Dockerfile . ``` +### Pull docker image from GitHub Container Registry +``` +docker pull ghcr.io/sage-bionetworks/dccvalidator_pec:v1.1.0 +``` + ### Create a container from the docker image ``` -docker run --rm -it -p 8100:3838 -e APP_REDIRECT_URL= -e R_CONFIG_ACTIVE=pec -e client_id= -e client_name= -e client_secret= --name dccvalidator_pec +docker run --rm -it -p 8100:3838 -e APP_REDIRECT_URL= -e R_CONFIG_ACTIVE=pec -e client_id= -e client_name= -e client_secret= --name ``` Once the container is created, you can head to the APP_REDIRECT_URL you specified to enter the app.