Skip to content

x110dc/docker-rundeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published