diff --git a/Container/Dockerfile b/Container/Dockerfile index ff90f47..2067c9c 100644 --- a/Container/Dockerfile +++ b/Container/Dockerfile @@ -386,8 +386,8 @@ RUN chmod -R 777 /usr/local/lib/R/library RUN chmod -R 777 /usr/local/lib/R/doc/html/packages.html # Declare which version of the container this is, and make it available inside the container -ENV EPICONDUCTOR_CONTAINER_VERSION v0.1.1 -ENV EPICONDUCTOR_COLLECTION_DATE 2023-11-01 +ENV EPICONDUCTOR_CONTAINER_VERSION v0.1.2 +ENV EPICONDUCTOR_COLLECTION_DATE 2023-11-07 RUN echo "EPICONDUCTOR_CONTAINER_VERSION=$EPICONDUCTOR_CONTAINER_VERSION" >> /usr/local/lib/R/etc/Renviron.site RUN echo "EPICONDUCTOR_COLLECTION_DATE=$EPICONDUCTOR_COLLECTION_DATE" >> /usr/local/lib/R/etc/Renviron.site diff --git a/README.md b/README.md index 5538bde..1c71eb3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The [Testing/Code](https://github.com/ccb-hms/NHANES/tree/main/Testing/Code) fol * `containerBuildTests.R` contains all tests completed at build time. ## Running the image -An image with a pre-built database can be run as follows: (for other versions, see the [Dockerhub repository](https://hub.docker.com/r/hmsccb/nhanes-workbench/tags) and use the desired tag. The current release is hmsccb/nhanes-workbench:version-0.1.1): +An image with the current pre-built database can be run as follows: ``` docker \ @@ -36,9 +36,11 @@ docker \ -e 'CONTAINER_USER_PASSWORD=PASSWORD' \ -e 'ACCEPT_EULA=Y' \ -e 'SA_PASSWORD=yourStrong(!)Password' \ - hmsccb/nhanes-workbench:latest + hmsccb/nhanes-workbench:version-0.1.2 ``` +For other versions, see the [Dockerhub repository](https://hub.docker.com/r/hmsccb/nhanes-workbench/tags) and use the desired tag. + ### Parameters `LOCAL_DIRECTORY` is a directory on the host that you would like mounted at /HostData in the container. Can be omitted.