# Runner flags

The `local:docker`runner 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:

[github](https://github.com/ipfs/testground/blob/master/pkg/runner/local_docker.go#L49)

| 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                |

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://protocol-labs.gitbook.io/testground/master/runner-library/local-docker/runner-flags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
