paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

keep monitor list elements unique #150

Closed JiaminZhu closed 9 months ago

JiaminZhu commented 9 months ago

Description

copy function could introduce overlap depends on how it's getting used. Add a util function to guarantee the MonitorContainerList elements are unique.