Skip to content

Commit

Permalink
Disable docker backend
Browse files Browse the repository at this point in the history
As per #365

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond authored and Craig Jellick committed Sep 26, 2020
1 parent 5d2ae78 commit e4a6a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/cmds/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
"with-node-id": drop,
"node-label": copy,
"node-taint": copy,
"docker": copy,
"docker": drop,
"container-runtime-endpoint": copy,
"pause-image": drop,
"private-registry": copy,
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/cmds/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var (
"with-node-id": drop,
"node-label": copy,
"node-taint": copy,
"docker": copy,
"docker": drop,
"container-runtime-endpoint": copy,
"pause-image": drop,
"private-registry": copy,
Expand Down

0 comments on commit e4a6a91

Please sign in to comment.