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
Content type
Image
Digest
Size
424.1 MB
Last updated
almost 8 years ago
docker pull shols/r-learning