Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeksterslab/docker-manbetaciwald-rocker
A rocker/rstudio container for the manBetaCIWald project.
https://github.com/jeksterslab/docker-manbetaciwald-rocker
Last synced: 15 days ago
JSON representation
A rocker/rstudio container for the manBetaCIWald project.
- Host: GitHub
- URL: https://github.com/jeksterslab/docker-manbetaciwald-rocker
- Owner: jeksterslab
- Created: 2023-05-31T14:42:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T20:21:58.000Z (about 1 year ago)
- Last Synced: 2024-10-10T05:35:27.186Z (about 1 month ago)
- Language: R
- Homepage: https://github.com/jeksterslab/docker-manbetaciwald-rocker
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jeksterslab/manbetaciwald-rocker
================
Ivan Jacob Agaloos Pesigan
2023-08-21[![Make
Project](https://github.com/jeksterslab/docker-manbetaciwald-rocker/actions/workflows/make.yml/badge.svg)](https://github.com/jeksterslab/docker-manbetaciwald-rocker/actions/workflows/make.yml)
[![Docker Build and
Push](https://github.com/jeksterslab/docker-manbetaciwald-rocker/actions/workflows/docker-build-push.yml/badge.svg)](https://github.com/jeksterslab/docker-manbetaciwald-rocker/actions/workflows/docker-build-push.yml)
[![Shell
Check](https://github.com/jeksterslab/docker-manbetaciwald-rocker/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/jeksterslab/docker-manbetaciwald-rocker/actions/workflows/shellcheck.yml)## Description
A Docker container for the
[manBetaCIWald](https://github.com/jeksterslab/manBetaCIWald) project
based on the [Rocker Project](https://rocker-project.org/).## Run
To launch `Rstudio Server`, run the following.
``` bash
docker run --rm -ti -e PASSWORD=yourpassword -p 8787:8787 jeksterslab/manbetaciwald-rocker
```Open `http://localhost:8787` on your web browser to launch
`Rstudio Server`.- username: rstudio
- password: yourpassword