Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 230 Bytes

docker-rserve

A minimalistic tool to provide rserve in a docker container.

Build

docker build . -t <CONTAINER>

Run

docker run -ti -p 6311:6311 --rm <CONTAINER>

Or use the docker-compose file.