Multi host support?
kassanmoor opened this issue · 9 comments
I am not sure if it is detailed somewhere but I cannot find information about multiple hosts support in seagull, it is available or at least planned in a future?
Thanks @kassanmoor and seagull doesn't support multiple hosts now.
It seems a nice requirement for most users. But I have to make sure seagull is simple and easy to use. Maybe we will do more research on docker host
and try to support it without affecting current users. Or we may need another cluster management tool which is based on seagull or not, anyway.
IHMO the way to support this would be thorugh integrating with:
Thanks @therealprologic . If the port of docker daemon is open, it's not hard to implement. We will seriously consider about it and fell free to take part in the discussion in gitter.
IRc is preferred :)
We don't use IRC frequently because it's always inactive. Gitter may notify me if I have unread message so I don't have to check for new conversation
:)
Seagull fetch data from standard docker remote API so it's easy to support remote docker daemon. But the daemon should expose the port and allow CORS. That means user should start docker like docker -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock -api-enable-cors=true -d
.
Fix with e4b4e36.
Feel free to improve the implement. There're more things we should do, such as validating server addresses, storing data with cookies and fix the anchor after supporting multi-host.
happy to know that you guys are working on this, thanks!