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

https://github.com/benjaminbear/docker-tools

Tooling to ease server administration
https://github.com/benjaminbear/docker-tools

Last synced: 6 months ago
JSON representation

Tooling to ease server administration

Awesome Lists containing this project

README

          

# docker-tools

docker-tools is a collection of "commands" that are missing in the docker environment

## Status

Project is in a ongoing development, features are added if needed

## Download

Simply download the latest release for your system from the release page:

https://github.com/benjaminbear/docker-tools/releases/latest

## Features

- Print all ports that are published by docker

## Help

```
A toolset to ease the use of docker in an administration background

Usage:
docker-tools [command]

Available Commands:
help Help about any command
publicports Prints all public ports used by docker containers
version show version

Flags:
-h, --help help for docker-tools

Use "docker-tools [command] --help" for more information about a command.
```