You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use this plugin with an external Dockerhost? By external, I mean a host that has Docker on it and the docker API exposed, but not under the management of Cloudify (meaning no SSH and no user-agent). Something like:
Is there a way to use this plugin with an external Dockerhost? By external, I mean a host that has Docker on it and the docker API exposed, but not under the management of Cloudify (meaning no SSH and no user-agent). Something like:
[docker node]
relationships:
- type: cloudify.relationships.contained_in
target: external_dockerhost
external_dockerhost:
ip: [some machine where docker is exposed but no SSH)
The text was updated successfully, but these errors were encountered: