Sha256: c1497824af71f923d12c21fc0fad2fb13200552bd0058907e25b1d7d4a792cc7
Contents?: true
Size: 375 Bytes
Versions: 20
Compression:
Stored size: 375 Bytes
Contents
class Ufo::Docker::State class Base include Ufo::Utils::Logging include Ufo::Utils::Pretty def initialize(options={}) @options = options # base_image only passed in with: ufo docker base # State#update uses it. # State#read wont have access to it and gets it from stored state @base_image = options[:base_image] end end end
Version data entries
20 entries across 20 versions & 1 rubygems