We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491374b commit 4c0f784Copy full SHA for 4c0f784
proxy/main.go
@@ -29,7 +29,7 @@ var (
29
"^/_ping$",
30
}
31
HPC_PAT = []string{
32
- `^/(v\d\.\d+/)?containers(/\w+)?/(json|stats|top|logs|create|start|run|kill)$`,
+ `^/(v\d\.\d+/)?containers(/\w+)?/(json|stats|top|logs|wait|create|start|run|kill)$`,
33
`^/(v\d\.\d+/)?images(/\w+)?/(json|pull)$`,
34
`^/(v\d\.\d+/)?info$`,
35
`^/(v\d\.\d+/)?images/(pull|create)$`,
0 commit comments