Suraj Kumar Shrestha
Suraj Kumar Shrestha
The task `Get list of labels.` is failing after updated with `ansible_fqdn` on https://github.com/atosatto/ansible-dockerswarm/commit/3bb8a49297448325b8feaa9b7a899c78b2fab97e The node hostname(`staging-manager-03`) on `docker node ls` is different from the fqdn string given on following...
With the change of entry point to "/src/expose", the image now runs with command `"/src/expose /bin/sh -c 'sed -i ...`. But for some reason with this change, `-c` option is...
Since Consul agent is run on development mode it will not persist any data. Henceforth it can only be used to check around vault but can not be used on...
Is it possible to add feature to generate json string(which contains JSON patch) for two json strings like in below given code, I needed this feature along with applying patch...