Docker Ready CLI is a tool for lazy DevOps(and other) engineers.
This tool is definitely for you if:
- you don't like to write configs from scratch;
- you don't have time to review the deployment project documentation;
- you need a ready-to-use project;
- you are lazy and just want everything to work after one command.
$ pipx install docker-ready-cli
$ docker-ready run PROJECT_NAME
Show all available projects:
$ docker-ready show
Show information about the project by name:
$ docker-ready show PROJECT_NAME
A list of running projects with brief information about their containers.
$ docker-ready ps
A list of running containers for a specific project with detailed information.
$ docker-ready ps PROJECT_NAME