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
The problem here is that Docker Swarm cannot build images on the fly like Docker Compose, so we cannot straightly use the same yml file.
Docker Swarm requires images to be build before and available in some docker repository.
I have problem with the following Cloudiator services: etcd-browser, elasticsearch, logstash, kibana. All other are fine as they use image as a source.
Could you please build these 4 services as others services to images and push to your cloudiator repository? In this situation we would have all services in one stack.
The text was updated successfully, but these errors were encountered:
The problem here is that Docker Swarm cannot build images on the fly like Docker Compose, so we cannot straightly use the same yml file.
Docker Swarm requires images to be build before and available in some docker repository.
I have problem with the following Cloudiator services: etcd-browser, elasticsearch, logstash, kibana. All other are fine as they use image as a source.
Could you please build these 4 services as others services to images and push to your cloudiator repository? In this situation we would have all services in one stack.
The text was updated successfully, but these errors were encountered: