Expected behavior
When I sign out of Windows, the Docker service would continue to function.
Actual behavior
When I sign out of my user account, I start getting 502.3 error from IIS. Confirmed that docker service is running as SYSTEM. However, the only weird thing I see is that com.docker.proxy.com is running as my local account.
If I try and restart containers before restarting Docker daemon, I get Error starting userland proxy error.
This does not happen if I stay logged in and instead just “Disconnect” from the server.
Steps to reproduce the behavior
- Log into server
- Start containers using docker run.
- Verify that websites are up.
- Log off of computer.
- Verify IIS error 502.3.
- Try to restart container or stop/start container.
- Verify userland proxy error.
- Restart daemon
- Restart containers
- Verify website up.