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
- Host: GitHub
- URL: https://github.com/benjaminbear/docker-tools
- Owner: benjaminbear
- License: bsd-3-clause
- Created: 2020-08-09T12:35:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T09:50:18.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T06:35:07.466Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```