Before filing a issue, try these steps.
- Check that you are using the most recent version of the image. e.g. if you are testing
rocker/rstudio
, try runningdocker pull rocker/rstudio
first. - Check the documentation on the Rocker wiki
To better help us diagnose a bug or problem, it helps if you can include the following information:
- which host OS you are using.
- which Docker container(s) you tried.
- what command you launched
- what you were expecting
- which error you get
It's also nice if you can include:
- The output of
docker logs <container-id>
, where<container-id>
is the hash for your container. (Usedocker ps
to see a list of running containers) - The image id for the container you are using. For instance,
docker images -q rocker/rstudio
will display your current image id. - The version of Docker that you are using.
- The version of boot2docker if applicable (Mac/Windows).
- Pull requests against the
master
branch should be fine. - Review How to Contribute on the wiki