sandboxDir not needed in runtime
Signed-off-by: Rajat Chopra <rchopra@redhat.com>
This commit is contained in:
parent
303a3929b2
commit
56df8bb639
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ func New(runtimePath string, containerDir string) (*Runtime, error) {
|
|||
type Runtime struct {
|
||||
name string
|
||||
path string
|
||||
sandboxDir string
|
||||
containerDir string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue