Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksis/mobocker
Happy Mobockerc, your services never sleep!
https://github.com/oleksis/mobocker
docker docker-desktop-for-windows dockerd dockerfile
Last synced: 13 days ago
JSON representation
Happy Mobockerc, your services never sleep!
- Host: GitHub
- URL: https://github.com/oleksis/mobocker
- Owner: oleksis
- License: mit
- Created: 2023-11-19T00:52:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T03:11:14.000Z (about 1 year ago)
- Last Synced: 2024-11-14T09:40:50.884Z (2 months ago)
- Topics: docker, docker-desktop-for-windows, dockerd, dockerfile
- Language: PowerShell
- Homepage:
- Size: 200 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mobocker
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
The dummest container, is the smaller running container to keep Docker daemon alive.
![Mobockerc running on Docker Desktop](Mobocker-DD.png)
## Steps
- 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## How to use
```bash
# docker build -f Dockerfile.windows -t mobocker .
docker build -t mobocker .
docker run -d --restart always --name Mobockerc mobocker
```## Images Powered by DALL·E 3
> Mobocker - The dummest container, is the smaller running container to keep Docker daemon alive.
![Mobockerc 1](https://th.bing.com/th/id/OIG.rs8TLE.NiTLK6xRFjXtk?w=1024&h=1024&rs=1&pid=ImgDetMain)
![Mobockerc 2](https://th.bing.com/th/id/OIG.t1Aw3lC5IeILnCPt_I5_?pid=ImgGn)
## License
This project is licensed under the MIT License - see the LICENSE.md file for details
---
Happy Mobockerc, your services never sleep!