Catch all kind docker interfaces

This commit is contained in:
Praneeth Bodduluri 2015-09-18 20:43:00 +05:30 committed by Pablo Carranza Vélez
parent ea0b058721
commit bc0afb0032

View File

@ -16,7 +16,7 @@ import (
// Compile the expression once, usually at init time.
// Use raw strings to avoid having to quote the backslashes.
var dockerMatch = regexp.MustCompile(`(docker[0-9])|(rce[0-9])`)
var dockerMatch = regexp.MustCompile(`(docker[0-9]+)|(rce[0-9]+)`)
// API response sent from gosupervisor
type APIResponse struct {