fixed interface for hooklib and example repos

This commit is contained in:
Nikola Jokic
2022-06-08 13:25:45 +02:00
parent dd5dfb3e48
commit 88b7b19db7
5 changed files with 8 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ export interface ContainerInfo {
createOptions?: string
environmentVariables?: { [key: string]: string }
userMountVolumes?: Mount[]
systemMountVolumes?: Mount[]
registry?: Registry
portMappings?: string[]
}