Skip to content

Commit 4c0f784

Browse files
add container/wait
1 parent 491374b commit 4c0f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
"^/_ping$",
3030
}
3131
HPC_PAT = []string{
32-
`^/(v\d\.\d+/)?containers(/\w+)?/(json|stats|top|logs|create|start|run|kill)$`,
32+
`^/(v\d\.\d+/)?containers(/\w+)?/(json|stats|top|logs|wait|create|start|run|kill)$`,
3333
`^/(v\d\.\d+/)?images(/\w+)?/(json|pull)$`,
3434
`^/(v\d\.\d+/)?info$`,
3535
`^/(v\d\.\d+/)?images/(pull|create)$`,

0 commit comments

Comments
 (0)