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
If the app crashes or to close the session: close the browser window, go to Terminal, type docker ps -a. It will give the list of current containers with a binary name for them, such as modest_darwin
Run docker stop modest_darwin and then docker rm modest_darwin (replace with your own session names). It will close the connection and remove it.
Repeat from step 4.
The next times
Run docker pull modelr/shinyapp to make sure you have the latest version