Jordan Jethwa
Jordan Jethwa
Hi @EugenMayer How are you starting the container? I've tested with and without the daemon flag and do not have a HUP sent when ctrl+c'ing 😛
Hmm, I'd expect compose to run the container in a similar fashion, but will have to take a look.
Thanks for the issue, @kafeinnet Docker secrets is available in docker 1.13 or higher. I primarily use CoreOS to host my containers and docker 1.13 is not available just yet...
Hi @kafeinnet Please check the newest version of the latest tag and let me know if it works for you 😄
Hi @RenTamu Are you building the image using the entire contents of this repository? Seems that the content directory is missing in your build setup
Hi @kafeinnet Oops! Thanks for finding and fixing it 👍
Hi @agamdua Thanks for the issue! I thought it would be good to keep the tags in sync with the main project: https://github.com/rundeck/rundeck/releases If you think tagging container changes will...
Thanks @agamdua Sounds good! I will definitely start doing that for commits that are between releases from now on 😄 I haven't been on IRC for a long time due...
Hi @cyrilbkr Sorry about the issue. The container will copy the default set of configurations from /opt/rundeck-defaults if /etc/rundeck is completely empty. Is that directory empty? If not, try manually...
No problem! Yes, the container initialisation script chowns the files under /etc/rundeck and other directories as needed due to the original docker implementation not handling ownership nicely. I don't have...