Closed groob closed 7 years ago
Closes #15
Now it aborts on any errors in the pipeline.
Creating kolidedemo_redis_1 Creating kolidedemo_mailhog_1 Creating kolidedemo_mysql_1 Creating kolidedemo_kolide_1 ERROR: for kolide Cannot start service kolide: driver failed programming external connectivity on endpoint kolidedemo_kolide_1 (2d66d15bc12c68b3085141ea57d9f72faf2979b91065c83938dce2a9407b98a9): Bind for 0.0.0.0:8412 failed: port is already allocated
also added --rm to the wait_mysql step so we don't accidentally create 50 mysql containers
--rm
wait_mysql
Closing this because the private fork is no longer linked.
Closes #15
Now it aborts on any errors in the pipeline.
also added
--rm
to thewait_mysql
step so we don't accidentally create 50 mysql containers