https://github.com/whizzzkid/sdm
Simple Docker Manager
https://github.com/whizzzkid/sdm
docker docker-compose docker-images manager template tools
Last synced: about 2 months ago
JSON representation
Simple Docker Manager
- Host: GitHub
- URL: https://github.com/whizzzkid/sdm
- Owner: whizzzkid
- License: mit
- Created: 2025-07-12T21:58:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T22:18:55.000Z (12 months ago)
- Last Synced: 2025-10-10T15:03:52.043Z (9 months ago)
- Topics: docker, docker-compose, docker-images, manager, template, tools
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDM
Simple Docker Manager
## Purpose
This is a simple template to manage different linux based systems.
## Working
The magic is in the [`run.sh`](./run.sh) script.
Options:
```sh
-c git commit state.
-k kill containers and restart.
-p prune unused containers.
-u update system and containers.
-v verbose.
```
Just run:
```sh
./run.sh -pvuck
```