Sign inSign up

x110dc/rundeck

By x110dc

Updated about 11 years ago

Image
2

1.6K

x110dc/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

sha256:16f485529

Size

399.1 MB

Last updated

almost 11 years ago

docker pull x110dc/rundeck