mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-05 18:03:21 +08:00
Show docker swarm used ports
This commit is contained in:
@@ -7,5 +7,5 @@ type periodicTask interface {
|
||||
var periodicTasks []periodicTask
|
||||
|
||||
func init() {
|
||||
periodicTasks = append(periodicTasks, &collectStatsTask{}, &checkSwarmStatusTask{}, &checkUsedPortsTask{}, &broadcastInfoTask{})
|
||||
periodicTasks = append(periodicTasks, &collectStatsTask{}, &checkSwarmStatusTask{}, &checkUsedPortsTask{}, &checkSwarmUsedPortsTask{})
|
||||
}
|
||||
|
Reference in New Issue
Block a user