Makefiles that make working with docker easier and more convenient.
The Makefiles…
- Auto-generate a list of all available targets / commands that you can see by running
make help
- Provide useful default commands such as
make run
,make restart
and many more - Allow you to add additional service-specific commands
- Allow you to override default commands
- Display the traefik URL of the service on start / restart
You can find the code and documentation on GitHub:
Infused-Insight/docker_makefiles
Docker Makefiles
Makefile
96
6