instance method docker_options_args

Ruby on Rails 2.10.1

Since v2.10.1 Last seen in v2.11.0

Available in: v2.10.1 v2.11.0

Signature

docker_options_args()

No documentation comment.

Source
# File lib/kamal/configuration/proxy/run.rb, line 94
  def docker_options_args
    [
      *apps_volume_args,
      *publish_args,
      *logging_args,
      *("--expose=#{metrics_port}" if metrics_port.present?),
      *options_args
    ].compact
  end

Defined in lib/kamal/configuration/proxy/run.rb line 94 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Kamal::Configuration::Proxy::Run

Type at least 2 characters to search.

↑↓ navigate · open · esc close