1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 17:42:53 +08:00

Remove UCP image

This commit is contained in:
Marcos Lilljedahl 2017-05-04 19:25:42 -03:00
parent 5ac8131a10
commit fe5c17d9b1

View File

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