Rundeck (latest) with aws ec2 node plugin on CentOS 6 + OpenJDK7
10K+
docker pull bwits/rundeck
docker run -d --name rundeck -h rundeck.example.com -p 4440:4440 bwit/rundeck
docker ps # confirm rundeck is running
docker port rundeck # get the port, for example: 4440/tcp -> 0.0.0.0:4440
boot2docker ip # get the IP address, for example: 192.168.59.103
Then you should be fine to access rundeck via: http://192.168.59.103:4440
default login username and password is admin/admin
Cheers.
Content type
Image
Digest
sha256:2eb668569…
Size
310.1 MB
Last updated
almost 11 years ago
docker pull bwits/rundeck