Sign inSign up

hpierce/docker-rundeck

By hpierce

Updated almost 10 years ago

Took base ubuntu 16.04 with java7 and added rundeck.

Image
0

1.0K

hpierce/docker-rundeck repository overview

Rundeck

Run it

$ docker run -it -p 4440:4440 -p 4443:4443 hpierce/docker-rundeck

RunDeck scripts

Use change_admin_pass.sh to change the password from the default username:password of admin:admin.

Example:

# /root/change_admin_pass.sh p@ssw0rd

The default website is http://localhost:4440, which works well for Docker if you're building and testing locally. Use change_localhost.sh to change the website to use the IP of the box.

Example:

# /root/change_localhost.sh
Please use http://172.17.0.2:4440 as your website

Tag summary

Content type

Image

Digest

Size

564.5 MB

Last updated

almost 10 years ago

docker pull hpierce/docker-rundeck