This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container/process: refactor container api
- Wait semantics are more managable - Containers are started by RunContained returning a running container - Can send shutdown signal to container explicitly via function call with timeout/delay before hard kill - Can wait for a container to be done and return results
- Loading branch information
1 parent
cc517a5
commit 7701215
Showing
8 changed files
with
287 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.