Settings

Theme

Show HN: Docker Makefiles for Ease and Convenience

github.com

2 points by Kimcha 4 years ago · 1 comment

Reader

KimchaOP 4 years ago

I love docker, but I really dislike having to remember and type long commands (even with docker-compose).

So I decided to create a set of Makefiles to make it 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 defauult 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
Decided to share it here, since it might be useful to someone else.

Let me know what you think!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection