The dummest container, is the smaller running container to keep Docker daemon alive.
- To keep the docker daemon service running infinity.
- Keep the docker engine in "Resource Saver mode" disabled.
- If Docker Desktop GUI keep the status "Engine running" mode all work as expected.
- When the dockerd service in Windows is in "Resource Saver mode" enabled automatically stopping the Docker Desktop Linux VM when no containers are running for a period of time by default 5 mins.
- If "Resource Saver mode" is on the Docker Desktop GUI crash and closes unexpectedly
# docker build -f Dockerfile.windows -t mobocker .
docker build -t mobocker .
docker run -d --restart always --name Mobockerc mobocker
Mobocker - The dummest container, is the smaller running container to keep Docker daemon alive.
This project is licensed under the MIT License - see the LICENSE.md file for details
Happy Mobockerc, your services never sleep!