You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/docker-gen/main.go
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,6 @@ func initFlags() {
123
123
"include stopped containers. Bypassed when providing a container status filter (-container-filter status=foo).")
124
124
flag.Var(&containerFilter, "container-filter",
125
125
"container filter for inclusion by docker-gen. You can pass this option multiple times to combine filters with AND. https://docs.docker.com/engine/reference/commandline/ps/#filter")
126
-
// override containerFilter with DOCKER_CONTAINER_FILTERS environment variable
0 commit comments