mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-05 09:53:21 +08:00
Change default dind image and prevent session panic
This commit is contained in:
@@ -41,7 +41,7 @@ func init() {
|
||||
|
||||
func getDindImageName() string {
|
||||
dindImage := os.Getenv("DIND_IMAGE")
|
||||
defaultDindImageName = "docker:1.12.3-dind"
|
||||
defaultDindImageName = "franela/pwd-1.12.3-experimental-dind"
|
||||
if len(dindImage) == 0 {
|
||||
dindImage = defaultDindImageName
|
||||
}
|
||||
|
Reference in New Issue
Block a user