Skip to content

Commit

Permalink
Merge pull request #87 from lwaldron/patch-1
Browse files Browse the repository at this point in the history
bioconductor_full -> bioconductor_docker
  • Loading branch information
nsheff authored Dec 12, 2023
2 parents da5e4f3 + 3afe2c2 commit cbaf5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bulker:
default:
docker_args: -v /project/shefflab/database/redis:/data
bioconductor:
bioconductor_full:
bioconductor_docker:
default:
docker_args: --volume=${HOME}/.local/lib/R:/usr/local/lib/R/host-site-library
devel:
Expand All @@ -25,4 +25,4 @@ bulker:

For the `redis` example, we're mounting a custom folder to `/data`, but only on `docker:redis` containers.

For the bioconductor example, we're showing how you can mount different host folders to the same container spot, depending on the *tag* (version) of the image being used. This is useful for separating your development vs. stable R packages, for example.
For the bioconductor example, we're showing how you can mount different host folders to the same container spot, depending on the *tag* (version) of the image being used. This is useful for separating your development vs. stable R packages, for example.

0 comments on commit cbaf5da

Please sign in to comment.