-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Doug Hatcher edited this page May 16, 2021
·
2 revisions
mach is a command-line tool that can be installed globally on a system. It's intended to provide some tooling around docker commands, following a pattern that makes it very easy to create infrastructure and manage services on it through docker-machine and docker-compose. This includes tools that will (eventually) perform the following:
- Build images:
- Dockerfiles that are pared through a templater (providing includes, variables, some conditional logic)
- Multiple docker files in a directory are tagged differently allowing version variants
- pushing to project-specific docker repos, creds, etc
Doug Hatcher [email protected] | MIT License