Skip to content

Commit 32b2c9f

Browse files
committed
fix: don't include stopped containers by default
1 parent a4f77bc commit 32b2c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docker-gen/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func main() {
165165
Config: []config.Config{cfg}}
166166
}
167167

168-
all := true
168+
all := false
169169
for _, config := range configs.Config {
170170
if config.IncludeStopped {
171171
all = true

0 commit comments

Comments
 (0)