Skip to content
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
Clone this wiki locally