Fix port ordering

This commit is contained in:
Marcos Lilljedahl
2017-04-16 20:22:37 -03:00
parent d6c359645c
commit 6acb6f47c5
5 changed files with 22 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ func InstanceImages() []string {
return []string{
dindImage,
"franela/dind:overlay2-dev",
"franela/dind:overlay2-ucp",
}
}