Sign inSign up

fblgit/docker-rundeck

By fblgit

Updated over 10 years ago

Updated to run with Rundeck 2.6.7-1

Image
0

10K+

fblgit/docker-rundeck repository overview

This image on the Docker Hub so running it can be as simple as:

docker run --detach=true --publish=4440:4440 --publish=4443:4443 \
  --env=MYHOST=foo.com \
  --env=RDPASS=mypassword \
  [email protected] \
  x110dc/rundeck

If you want to build it yourself:

make build

Configuration

  • Use LDAP for authentication: -v /path/to/jaas-ldap.conf:/etc/rundeck/jaas-ldap.conf -e LDAP_CONFIG_PATH=/etc/rundeck/jaas-ldap.conf
  • Supply a custom admin.aclpolicy: -v /path/to/policy/on/host.aclpolicy:/etc/rundeck/admin.aclpolicy

Tag summary

Content type

Image

Digest

Size

437.9 MB

Last updated

over 10 years ago

docker pull fblgit/docker-rundeck