You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the "Getting started" stack section on a Windows machine running docker desktop.
I run the minimal setup below in powershell:
cd "C:\Users\user\Desktop"
# copy the setup files.
git clone https://github.com/dm3ll3n/ShinyStudio
# enter the directory.
cd ShinyStudio
# run certify to generate self-signed cert.
./certify.ps1
And I receive the following output to the console:
The issue was two-fold in my case. The links appear to be incorrect as indicated by #15 and the rsa key size needed to be increased in the certify script.
I'm following the "Getting started" stack section on a Windows machine running docker desktop.
I run the minimal setup below in powershell:
And I receive the following output to the console:
If I run
docker ps
I get:And if I go to http://localhost/ I get "Site cannot be reached".
The text was updated successfully, but these errors were encountered: