An open API service indexing awesome lists of open source software.

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

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
```