start

in lib/gitlab/qa/component/selenoid.rb [27:41]


        def start
          pull_images
          docker.run(image: image, tag: tag, args:
                      ['-video-recorder-image',
                        QA::Runtime::Env.video_recorder_image,
                        '-container-network',
                        network,
                        '-timeout',
                        '10m0s']
          ) do |command|
            set_command_args(command)
            set_volumes(command)
          end
        end