-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Thank you for the great instructions! I'm very new to Docker and have only been able to spin up containers with postgresql, so this is new territory and am unsure if this is an issue.
I am able to replicate your workflow seamlessly until I try to run the container in either detached or interactive mode. I keep getting this error response:
Error response from daemon: driver failed programming external connectivity on endpoint server (708a2c7db5137e56a8d7b022dd00522ca4d9ed5265252be52e6f6e22726ebb60): Error starting userland proxy: Bind for 0.0.0.0:6443: unexpected error Permission denied.
I checked Task Manager to see what services were using that Local Address and it seems that javaw.exe from C:\Program Files\ArcGIS\framework\runtime is occupying that space. Killing the process won't fix the issue. Any thoughts on this?