Closed nturaga closed 3 years ago
This docker-compose file allows users to start up the bioconductor_docker image using the command
docker-compose up
The environment variables are configured in the docker-compose.yaml file, so the user doesn't have to define 'PASSWORDandPORT`.
and
The volume for libraries is autoconfigured to be stored on the users $HOME location under $HOME/R/bioconductor_docker/<bioconductor_version>.
$HOME/R/bioconductor_docker/<bioconductor_version>
This has been tested on Windows machines as well, and the volume mount seems to work in a similar way to Linux machines.
I think both issues raised are fixed @mtmorgan. I've added container name and theexec` documentation.
container name and the
This docker-compose file allows users to start up the bioconductor_docker image using the command
The environment variables are configured in the docker-compose.yaml file, so the user doesn't have to define 'PASSWORD
and
PORT`.The volume for libraries is autoconfigured to be stored on the users $HOME location under
$HOME/R/bioconductor_docker/<bioconductor_version>
.This has been tested on Windows machines as well, and the volume mount seems to work in a similar way to Linux machines.