Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeksterslab/docker-manmcmedmiss-rocker
A Docker container for the manMCMedMiss project based on the Rocker Project.
https://github.com/jeksterslab/docker-manmcmedmiss-rocker
Last synced: 15 days ago
JSON representation
A Docker container for the manMCMedMiss project based on the Rocker Project.
- Host: GitHub
- URL: https://github.com/jeksterslab/docker-manmcmedmiss-rocker
- Owner: jeksterslab
- Created: 2022-08-15T14:10:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T18:12:03.000Z (over 1 year ago)
- Last Synced: 2024-10-10T05:35:26.998Z (about 1 month ago)
- Language: Shell
- Homepage: https://github.com/jeksterslab/docker-manmcmedmiss-rocker
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-manmcmedmiss-rocker
==========================
Ivan Jacob Agaloos Pesigan[![Docker Build](https://github.com/jeksterslab/docker-manmcmedmiss-rocker/actions/workflows/docker-build.yml/badge.svg)](https://github.com/jeksterslab/docker-manmcmedmiss-rocker/actions/workflows/docker-build.yml)
## Description
A Docker container for the [manMCMedMiss](https://github.com/jeksterslab/manMCMedMiss) project based on the [Rocker Project](https://rocker-project.org/).
## Build
To build the container, run the following.
```bash
git clone https://github.com/jeksterslab/docker-manmcmedmiss-rocker.git
cd docker-manmcmedmiss-rocker
docker build -t manmcmedmiss-rocker .
```## Run
To launch `Rstudio Server`, run the following.
```bash
docker run --rm -ti -e PASSWORD=yourpassword -p 8787:8787 manmcmedmiss-rocker
```Open `http://localhost:8787` on your web browser to launch `Rstudio Server`.
- username: rstudio
- password: yourpassword