Skip to content

treibholz/docker-taskjuggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tj3

TaskJuggler locked up in Docker.

Based on Alpine Linux, so the image is quite small.

Usage:

$ ./tj3.sh tj3 yourproject.tjp

This image is not meant to run as a server, but locally on your machine or inside a CI-environment, to compile your project-plan on every commit.

tj3.sh

tj3.sh looks like this:

#!/bin/sh

docker run \
    --rm=true --interactive --tty \
    --net="none" \
    -v `pwd`:/tj3 \
    -u `id -u` \
    treibholz/tj3:latest "$@"

About

TaskJuggler in Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published