Related Posts
What's your controversial Houston opinion?
Can anyone tell me what does this really mean...

Additional Posts in Data & Analytics Consultants
New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.



Thanks I’ll give it a try. This is my first go with Docker so still learning how to containerize
No worries. There’s a steep learning curve but Docker is one of my absolute favorite technologies. Good luck.
Why don’t you just launch the container which will run the rstudio server and then run docker exec -it <continer_name> /bin/bash in order to run a bash terminal?
Or run the container, login to rstudio server, and use the terminal integrated into the ide?
Worked perfectly! Thanks