start

in lib/gitlab/qa/component/chaos.rb [20:37]


        def start
          prepare
          docker.run(image: image, tag: tag) do |command|
            command << '-d '
            command << "--name #{name}"
            command << "--network #{@network}"
            command << "--publish 8474:8474"
          end

          QA::Support::Shellout.shell <<~CMD
              docker run --network 
                -i -s \
                -X POST http://
                -H 'Content-Type: application/json' \
                -d '#{proxies.to_json}'
          CMD
        end