Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
baj12 committed Sep 28, 2021
1 parent 27916c2 commit 09f0486
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions inst/develo/dockerImage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# to start the latest:
# docker pull pf2dock/schnapps
# docker run --user shiny --rm -p 3838:3838 -v /Users/bernd/Rstudio/:/data pf2dock/schnapps
# in e.g. chrom:
# http://localhost:3838/

# https://hub.docker.com/r/rocker/shiny
# https://github.com/rocker-org/shiny

Expand Down
2 changes: 1 addition & 1 deletion inst/develo/dockerImage/DockerfileUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -

# load R image
FROM pf2dock/schnapps:1.6.133
FROM pf2dock/schnapps:1.6.134

# set working directory
WORKDIR /root
Expand Down

0 comments on commit 09f0486

Please sign in to comment.