Sardine

Python versions PyPI version Documentation Status

Manage your snippet-like docker composes. If you swim with dockerized whales, you need to be a sardine!

What is sardine?

Sardine is a tool to manage and use docker-compose stacks.

If you usually use dockerized databases instead of installing them, or have several aliases with docker run commands inside, this is your tool!

Sardine is simple to use and attempts to be configurable and easy to track on a repository.

Want a quick start?

Installation

It is hosted in PyPi, so you can install it via pipx or pip:

pipx install sardine
pip install sardine --user

Be sure to check the requirements first.