This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtcontainers: Call agent startSandbox from startVM
We always ask the agent to start the sandbox when we start the VM, so we should simply call agent.startSandbox from startVM instead of open coding those. This slightly simplifies the complex createSandboxFromConfig routine. Fixes: #1011 Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: Eric Ernst <[email protected]>
- Loading branch information
Samuel Ortiz
authored and
Eric Ernst
committed
Jan 7, 2019
1 parent
ebf8547
commit acf833c
Showing
2 changed files
with
15 additions
and
16 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