-
-
Notifications
You must be signed in to change notification settings - Fork 0
Taskfile
Nicholas Wilde edited this page Feb 21, 2021
·
2 revisions
My Docker repositories use a Task to perform common commands.
The repos are currently being converted over to using task
because of its user friendliness.
# From the chart directory
$ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b .bin
The Taskfile
uses the task.env
file to pass arguments to the task
targets.
# List the Makefile variables
$ task vars
# List the Makefile targets
$ task
See Troubleshooting
Note: This wiki is no longer being updated. See updated documentation https://nicholaswilde.io/docker-docs/