Metadata-Version: 2.1
Name: Adame
Version: 0.2.2
Summary: Adame (Automatic Docker Application Management Engine) is a tool which manages (install, start, stop) docker-applications.
Home-page: https://notavailableyet
Author: Marius Göcke
Author-email: marius.goecke@gmail.com
License: MIT
Platform: windows10
Platform: linux
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Terminals
Description-Content-Type: text/markdown
Requires-Dist: ScriptCollection (==1.3.3)

# Adame

Adame: Automatic Docker Application Management Engine

Adame is a tool to manage docker-applications.

# Features

Adame is able to do the following things:
- Generate new configuration-file for container
- Create docker-container according to the configuration-file
- Start-/Stop the docker-container according to the configuration-file
- Saves the state of the application inside the docker-container in a git-repository
- Automatically installs a basic intrusion-detection-system for the network-traffic of the docker-container

# Requirements

Adame is intended to run on linux-systems.
Furthermore Adame requires that the following commandline-commands are available on your system:
-python
-docker-compose
-git
-snort

# Installation

```
pip install Adame.whl
```

# License

Adame is licensed under the terms of [MIT](https://TODO/Adame/master/License.txt)


