Sha256: cabd8276045692ae268e515dd3d37f73b148092d8265efc3afec2dd92f225eb1
Contents?: true
Size: 246 Bytes
Versions: 32
Compression:
Stored size: 246 Bytes
Contents
module Serverspec::Type class DockerContainer < DockerBase def running? inspection['State']['Running'] end def has_volume?(container_path, host_path) inspection['Volumes'][container_path] == host_path end end end
Version data entries
32 entries across 32 versions & 1 rubygems