Skip to content

Task

The docker repos use task to automate the development processes.

Installation

# For Default Installion to ./bin with debug logging
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d

# For Installation To /usr/local/bin for userwide access with debug logging
# May require sudo sh
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin

Help

task
task: Available tasks for this project:
* build:                Build the native Docker image
...