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
- Host: GitHub
- URL: https://github.com/phdax/docker-rserve-tls-selfsigned
- Owner: phdax
- License: gpl-2.0
- Created: 2018-05-27T11:20:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T07:07:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T15:49:18.885Z (7 months ago)
- Topics: r, rserve, tls
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - phdax/docker-rserve-tls-selfsigned - Rserve with TLS/SSL connection mode by self-signed certificate (Dockerfile)
README
docker-rserve-tls-selfsigned
=============[](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)