Organizes and displays Docker Host, Docker Engine and Docker Registry configuration details.
The output of "docker info" could be consufing at times. As you start using different docker enviroments - Docker on Mac, Docker Toolbox, Docker Swarm - and engines becomes more and more important to understand to what host, engine and registry you are connected to. As a trainer andn consultant, neededed to delegates to clearly understand which Docker env we were using at each stage.
These instructions will get you a copy of the project up and running on your local machine.
$ git clone https://github.com/lherrera/docker-summary
$ cd docker-summary
$ chmod +x docker-summary.sh
$ ./docker-summary.sh
- Docker Engine/Client > 1.09
- Linux SHell
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- **Luis Herrera ** - Initial work - docker-summary
This project is licensed under the MIT License - see the LICENSE.md file for details
- Docker team for ...Docker!