Sha256: 7a52bde3fa2f90df81e2a424b333f334390355922536b349c03e2c42c9114c7d
Contents?: true
Size: 209 Bytes
Versions: 5
Compression:
Stored size: 209 Bytes
Contents
require 'hako/container' module Hako class AppContainer < Container def image_tag "#{@definition['image']}:#{@definition['tag']}" end def port @definition['port'] end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hako-0.7.0 | lib/hako/app_container.rb |
hako-0.6.1 | lib/hako/app_container.rb |
hako-0.6.0 | lib/hako/app_container.rb |
hako-0.5.1 | lib/hako/app_container.rb |
hako-0.5.0 | lib/hako/app_container.rb |