Skip to content

Commit

Permalink
[docker-up] Don't kill slirp4netns
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed May 28, 2021
1 parent 2dbb391 commit d04b53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/docker-up/docker-up/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func runOutsideNetns() error {
return err
}
//nolint:errcheck
slirpCmd.Process.Kill()
defer slirpCmd.Process.Kill()

_, err = msgutil.MarshalToWriter(pipeW, message{Stage: 1})
if err != nil {
Expand Down

0 comments on commit d04b53a

Please sign in to comment.