mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 17:33:21 +08:00
Added API endpoint to get available instance images
This commit is contained in:
10
services/instance_images.go
Normal file
10
services/instance_images.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package services
|
||||
|
||||
func InstanceImages() ([]string) {
|
||||
|
||||
return []string {
|
||||
"franela/dind:overlay2",
|
||||
"franela/dind-dev:overlay2",
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user