Lightweight Taskwarrior image
4.2K
Taskwarrior with Docker.
docker run -it
-v ${HOME}/.taskrc:/root/.taskrc
-v ${HOME}/.task:/root/.task
-v /etc/localtime:/etc/localtime:ro
jamesnetherton/taskwarrior
The ENTRYPOINT is configured as task which means you can pass command line options to Taskwarrior like so.
docker run -it
-v ${HOME}/.taskrc:/root/.taskrc
-v ${HOME}/.task:/root/.task
-v /etc/localtime:/etc/localtime:ro
jamesnetherton/taskwarrior add "Test task"
docker run -it
-v ${HOME}/.taskrc:/root/.taskrc
-v ${HOME}/.task:/root/.task
-v /etc/localtime:/etc/localtime:ro
jamesnetherton/taskwarrior list
docker run -it
-v ${HOME}/.taskrc:/root/.taskrc
-v ${HOME}/.task:/root/.task
-v /etc/localtime:/etc/localtime:ro
jamesnetherton/taskwarrior help
Content type
Image
Digest
sha256:ca3ab4d4b…
Size
6.1 MB
Last updated
over 5 years ago
docker pull jamesnetherton/taskwarrior