Versions in this module Expand all Collapse all v0 v0.3.5 Feb 20, 2020 Changes in this version + func Setup() (err error) + func Teardown() (err error) + type Container struct + AppArmorProfile string + Args []string + Config struct{ ... } + Created time.Time + Driver string + HostnamePath string + HostsPath string + ID string + Image string + LogPath string + MountLabel string + Name string + NetworkSettings struct{ ... } + Path string + Platform string + ProcessLabel string + ResolvConfPath string + RestartCount int + State struct{ ... } + func (c *Container) GetID() (id string) + func (c *Container) GetImage() (image string) + func (c *Container) Healthcheck() (err error)