Metadata-Version: 2.4
Name: docker-unite
Version: 0.1.2
Summary: Manage multiple docker containers in one place.
Project-URL: Homepage, https://gitlab.com/0tanay/docker
Project-URL: Repository, https://gitlab.com/0tanay/docker.git
Project-URL: Issues, https://gitlab.com/0tanay/docker/-/issues
License-File: LICENSE
Requires-Dist: click
Requires-Dist: docker
Description-Content-Type: text/markdown

# Docker: Unite

Manage multiple containers in one place.



# Installation

## PyPI

This project is now available on https://pypi.org/project/docker-unite/.

	$ pip install docker-unite

## Direct

	$ git clone https://gitlab.com/0tanay/docker.git
	$ cd docker
	$ control/install



# Usage

## Stopping containers

Stop all running containers

	$ Docker stop

... also remove them

	$ Docker stop --remove

Stop all containers by image

	$ Docker stop --image <image>
