Merge pull request #288 from jiazio/add-lxd-support

Add LXD support
This commit is contained in:
Kota Kanbe
2017-01-16 16:43:51 +09:00
committed by GitHub
5 changed files with 91 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ func detectContainerOSesOnServer(containerHost osTypeInterface) (oses []osTypeIn
copied.SetContainer(config.Container{
ContainerID: containerInfo.ContainerID,
Name: containerInfo.Name,
Type: containerHostInfo.Container.Type,
})
os := detectOS(copied)
oses = append(oses, os)