Method: Gitlab::QA::Component::Jira#start
- Defined in:
- lib/gitlab/qa/component/jira.rb
#start ⇒ Object
20 21 22 23 24 25 26 27 28 |
# File 'lib/gitlab/qa/component/jira.rb', line 20 def start docker.run(image: image, tag: tag) do |command| command << '-d ' command << "--name #{name}" command << "--net #{network}" command << "--hostname #{hostname}" command << "--publish 8080:8080" end end |