Automation-Tools in a Container!
415
Automation-tools in a Container
docker pull jacobcallahan/auto-tools-docker
docker run <arguments> -it jacobcallahan/auto-tools-docker:latest
-e (e.g. -e "COMMAND_STRING=myawesome.hostname.url.com")
docker run -e "COMMAND_STRING=fab -i /root/.ssh/id_hudson_dsa -H [email protected] distro_info" -v ~/.ssh/id_hudson_dsa:/root/.ssh/id_hudson_dsa -it jacobcallahan/auto-tools-docker:latest
Spins up the automation-tools Docker image, mounts an ssh key, pulls updates and then runs:
fab -i /root/.ssh/id_hudson_dsa -H [email protected] distro_info
Content type
Image
Digest
Size
583.9 MB
Last updated
about 9 years ago
docker pull jacobcallahan/auto-tools-docker