Home

Awesome

docker-munki-trello

This Docker image runs pebble.it's munki-trello script. For more information about it's operation and on how to obtain the needed key and token, see the Readme for the origiginal repository.

Settings

Several options are customizable using environment variables.

#Running the container

It's recommended to run this container using the --rm option so the container is destroyed after the script has run.

$ docker pull pebbleit/munki-trello
$ docker run --rm \
  -v /var/www/munki:/munki_repo \
  -e DOCKER_TRELLO_KEY=yourapikey \
  -e DOCKER_TRELLO_TOKEN=yourtoken \
  -e DOCKER_TRELLO_BOARDID=abc123 \
  pebbleit/munki-trello