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 48f68ac commit b57eb22Copy full SHA for b57eb22
framework/docker.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- DefaultCTFLogsDir = "logs"
+ DefaultCTFLogsDir = "logs/docker"
25
26
27
func IsDockerRunning() bool {
0 commit comments