what could be the reason i have dockerized a R shiny application that runs on R version 3.6.3 for mac laptops when i click the url its load faster why its taking too much time to open load the contents in windows.
I don’t know. It is not entirely clear where you run Docker. You meniton Mac, so I assume you have Docker Desktop for Mac, right?
MAybe it has to do something with the CPU architcture or virtualization on Mac. I’m not sure. Can you share more about your environment and versons including Mac, Docker and Docker Desktop?
Sir im not running on docker desktop im running it on ubuntu server
You replied to a spam account which we suspended and the posts were deleted. If you see spam links in posts, don’t pay attention to what the content is.
ON the other hand, I also assumed you used Docker Desktop as you did mention Mac and Windows, but nothing about Linux, so you still need to share more details. You already answerd part of the following questions:
We usually need the following information to understand the issue:
-
What platform are you using? Windows, Linux or macOS? Which version of the operating systems? In case of Linux, which distribution?
-
How did you install Docker? Sharing the platform almost answers it, but only almost. Direct links to the followed guide can be useful.
-
On debian based Linux, the following commands can give us some idea and recognize incorrectly installed Docker:
docker info docker version
Review the output before sharing and remove confidential data if any appears (public IP for example)
dpkg -l 'docker*' | grep '^ii' snap list docker
When you share the outputs, always format your posts according to the following guide: How to format your forum posts