node-red-contrib-dockerode
node-red-contrib-dockerode copied to clipboard
Connects Node RED with Docker daemon
Every time on Deploy I get "Not properly configured" message for the node which is working just fine. I'm using this node to restart my mosquitto container: `[{"id":"e5c962cd3ec8f581","type":"docker-container-actions","z":"ea6ed994.f39728","name":"MQTT","config":"c0b27d850da8e8ba","container":"mosquitto","containertype":"str","action":"restart","options":"","optionstype":"str","image":"","imagetype":"str","pullimage":false,"deletecontainer":false,"stream":false,"createOptions":"","startOptions":"","createOptionsType":"json","startOptionsType":"json","x":1190,"y":80,"wires":[[]]},{"id":"c0b27d850da8e8ba","type":"docker-configuration","host":"/var/run/docker.sock","port":"","ca":"","cert":"","key":""}]` It shows...
**Describe** Hello. I have a daily routine that runs a container, but sometimes there is a failure and the container is not executed, then shortly after Node-RED restarts. It's not...
**Is your feature request related to a problem? Please describe.** When pulling logs from a container if you do a re-deploy it will pull down the full log. This is...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together. Removes `yaml` Updates `release-it` from 14.11.8 to 15.10.1 Release notes Sourced from...
**Describe the bug** action drop down in container node can't be cleared so the context can be used to inject the required action into the node. **To Reproduce** Steps to...