Skip to content
Discussion options

You must be logged in to vote

I think I figured out a Dockerfile and installation files (there are probably extraneous packages that could be removed) that work to enable one to start a Docker container with an rstudio server with ArchR packages installed.
Get the files:
git clone https://github.com/wshands/archr-rstudio-server.git
Build the Docker image as usual
docker build -t archr-rstudio-server:latest ./docker
You need to start the container with something like the following, where you use your container name and a password of your chosing:
docker run --rm -p 8787:8787 -e PASSWORD=password archr-rstudio-server:latest
Then open a browser on the same machine and navigate to http://localhost:8787
Login as user 'rstu…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rcorces
Comment options

Answer selected by wshands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants