Sally Hogarth

Results 4 issues of Sally Hogarth

This adds functionality to the Container object to be able to directly execute arbitrary commands in a running docker container.

wontfix

There were comments on [JENKINS-37987](https://issues.jenkins-ci.org/browse/JENKINS-37987) that the change to overriding ENTRYPOINT on Image.inside() (#63) broke workflows. On the way to [JENKINS-26179](https://issues.jenkins-ci.org/browse/JENKINS-26179) this was a fairly simple change whilst heading towards...

work-in-progress

With this commit a directory can be provided to include_conf (such as /etc/rsnapshot.d) and then each file inside (skipping files ending with .in to make the test situation easier) will...

feature
incomplete

The user_data.tpl template appends the following line to /etc/sysconfig/docker: ``` echo 'OPTIONS="$${OPTIONS} --storage-opt dm.basesize=${docker_storage_size}G"' >> /etc/sysconfig/docker ``` The amzn2 ECS images use a proper systemd unit to start docker instead...