Unsolved
1 Rookie
•
46 Posts
0
161
September 1st, 2023 20:21
Bug: Dell Secure Connect Gateway Docker Install Allocates Port 8443/tcp needed by Policy Mgr Container
The SCG-5.16.00.14.bin install allocates port 8443/tcp on the host server to the esrsde container.
This causes a conflict with the install of SCG-PM-docker-5.16.00.14.bin as port 8443/tcp is the port used for the web admin interface.
No Events found!
mhanby
1 Rookie
•
46 Posts
0
September 1st, 2023 20:24
I got past this by (have to stop docker.service to clear the cache)
- Stopping docker.servcie
- removing 8443 assignment from /var/lib/docker/containers/<esrsde GUID>/hostconfig.json
- Starting docker.service
Then rerunning 'sudo bash SCG-PM-docker-5.16.00.14.bin --install'