Sign inSign up

shols/r-learning

By shols

Updated almost 8 years ago

Dockerized SSL R-Studio

Image
0

10K+

shols/r-learning repository overview

Docker R-Learning

Install

docker run -td --name=r-learning -p 443:443 -p 80:80 shols/r-learning

Open Shell to Container

docker exec -it r-learning /bin/bash

Check address URL for Let's Encrypt Verification

nano /etc/apache2/sites-available/rstudio.conf

Run Let's Encrypt

certbot --apache

service apache2 restart
rstudio-server restart

Add user

docker exec -it r-learning /bin/bash

useradd -m new_user

passwd new_user 

Tag summary

Content type

Image

Digest

Size

424.1 MB

Last updated

almost 8 years ago

docker pull shols/r-learning