Testground
GitHubGo SDKInfra
master
master
  • README
  • Table of contents
    • What is Testground?
      • Community
    • Concepts and architecture
      • Test plans and test cases
      • Daemon and client
      • Synchronization service
      • Networking
      • Sidecar
      • Builders
      • Runners
      • Runtime environment (runenv)
      • Client-Server communication
    • Getting started
    • Writing test plans
      • Quick start
      • Understanding the test plan manifest
      • Parameters and test cases
      • Keeping instances in sync
      • Communication between instances
      • Observability, assets and metrics
    • Managing test plans
    • Running test plans
    • Traffic shaping
    • Analyzing test run results
      • Capturing profiles
    • Debugging test plans
    • Docker Settings
    • Featured projects
  • Runner library
    • local:exec
    • local:docker
      • System overview
      • Runner flags
      • Troubleshooting
    • cluster:k8s
      • System overview
      • How to create a Kubernetes cluster for Testground
      • Monitoring and Observability
      • Understanding Testground performance on Kubernetes
      • Troubleshooting
  • Builder Library
    • docker:go
    • exec:go
    • docker:generic
Powered by GitBook
On this page
  1. Runner library
  2. local:docker

Runner flags

PreviousSystem overviewNextTroubleshooting

Last updated 5 years ago

The local:dockerrunner accepts flags on the command-line which can modify its behavior. The chart below shows available options:

In order to pass a command-line flag, add the option --run-cfg followed by any of the following options:

parameter

explanation

keep_containers

specify whether containers should be removed after execution

log_level

specify the logging verbosity

no_start

if set, containers will be created but not executed

background

if set, the output of containers will not be displayed

ulimits

override ulimits applied to docker containers

github