An open API service indexing awesome lists of open source software.

https://github.com/phdax/docker-rserve-tls-selfsigned

Rserve with TLS/SSL connection mode by self-signed certificate
https://github.com/phdax/docker-rserve-tls-selfsigned

r rserve tls

Last synced: 29 days ago
JSON representation

Rserve with TLS/SSL connection mode by self-signed certificate

Awesome Lists containing this project

README

        

docker-rserve-tls-selfsigned
=============

[![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/phdax/docker-rserve-tls-selfsigned/)

Rserve with TLS/SSL connection mode by self-signed certificate

## Run
### simply
```
docker run -d -p 6313:6313 phdax/docker-rserve-tls-selfsigned
```
### persist library and workspace
```
docker run -d -p 6313:6313 \
-v [LOCAL LIB DIR]:/opt/r/lib \
-v [LOCAL WORK DIR]:/opt/r/work \
phdax/docker-rserve
```

## Usage
### connect
user : admin \
pass : admin \
port : 6313
### get server crt/pem
```
docker copy [CONTAINER TAG]:/opt/r/Rserve.crt .
docker copy [CONTAINER TAG]:/opt/r/Rserve.pem .
```

## License
[GPL2](https://github.com/phdax/docker-rserve-tls-selfsigned/blob/master/LICENSE)