Skip to content

Commit

Permalink
feat(ryuk): wait on Started log
Browse files Browse the repository at this point in the history
  • Loading branch information
romainlaurent committed Oct 3, 2024
1 parent 7c53667 commit 5cf6c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func newReaper(ctx context.Context, sessionID string, provider ReaperProvider) (
ExposedPorts: []string{string(listeningPort)},
Labels: core.DefaultLabels(sessionID),
Privileged: tcConfig.RyukPrivileged,
WaitingFor: wait.ForListeningPort(listeningPort),
WaitingFor: wait.ForLog("Started"),
Name: reaperContainerNameFromSessionID(sessionID),
HostConfigModifier: func(hc *container.HostConfig) {
hc.AutoRemove = true
Expand Down

0 comments on commit 5cf6c3f

Please sign in to comment.