Method: Cnvrg::Images#container_port
- Defined in:
- lib/cnvrg/Images.rb
#container_port ⇒ Object
64 65 66 67 68 69 70 71 |
# File 'lib/cnvrg/Images.rb', line 64 def container_port() config = YAML.load_file(@working_dir+"/.cnvrg/config.yml") if config[:container].nil? return false else return config[:port] end end |