Sergey Syrota
Results
2
issues of
Sergey Syrota
When I'm deploying a new version of the app to Mesos in a Docker container, Bamboo picks up new hosts when they are deployed, and has full pool available to...
I've pulled latest (`8.3.3`) image, as well as `oss-8.3.3`, and started with basic configuration using docker-compose: ``` elk: image: sebp/elk:oss-8.3.3 container_name: elk ports: - 5601:5601 # Kibana UI - 9200:9200...