Skip to content

Commit

Permalink
Merge pull request #1771 from sboeuf/fix_exec
Browse files Browse the repository at this point in the history
libcontainer: Don't set container state to running when exec'ing
  • Loading branch information
Mrunal Patel authored Apr 3, 2018
2 parents ec9bf50 + 985628d commit cc4307a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libcontainer/container_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,6 @@ func (c *linuxContainer) start(process *Process, isInit bool) error {
}
}
}
} else {
c.state = &runningState{
c: c,
}
}
return nil
}
Expand Down

0 comments on commit cc4307a

Please sign in to comment.