Sha256: 05fc9ec6fad0a45fc88b3fc72e6b4c209b4990c48ceabeb7ec70df2f961c284a
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
class Specinfra::Command::Linux::Base::LxcContainer < Specinfra::Command::Base::LxcContainer def check_exists(container) "lxc-ls -1 | grep -w #{escape(container)}" end def check_is_running(container) "lxc-info -n #{escape(container)} -t RUNNING" end end
Version data entries
3 entries across 3 versions & 1 rubygems