This repository contains the source for the Rundeck docker image.
docker pull jordan/rundeck
Start a new container and bind to host's port 4440
sudo docker run -p 4440:4440 -e SERVER_URL=http://MY.HOSTNAME.COM:4440 -t jordan/rundeck:latest
SERVER_URL - Full URL in the form http://MY.HOSTNAME.COM:4440, http//123.456.789.012:4440, etc
RUNDECK_PASSWORD - MySQL 'rundeck' user password
DEBIAN_SYS_MAINT_PASSWORD
/etc/rundeck
/var/lib/mysql
Content type
Image
Digest
sha256:60b5c0297…
Size
272.6 MB
Last updated
almost 11 years ago
docker pull onjin/rundeck