Sha256: 5146593ca9a733808aa15ba36c6f60c16623251befc95bc856f93db613764b30
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
module Vagabond module Actions module Freeze def freeze if(lxc.running?) lxc.freeze ui.info "Container has been frozen: #{name}" else ui.error "Container #{name} is not currently running" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagabond-0.1.0 | lib/vagabond/actions/freeze.rb |