I am new to docker.
I have installed docker version 18.03.1-ce on windows 10. After installation docker start automatically on windows startup. I want to prevent that, hence I went to services to change startup type to manually, but I figured out that there are two services running :
- Docker Engine
- Docker for windows
I thought docker engine will be docker daemon, but not sure of “docker for windows”, please someone enlighten me on this. Also please guide me on whether I should play with startup type for docker or not.
Thanks in advance!