github.com/secure-build/gitlab-runner@v12.5.0+incompatible/docs/configuration/index.md (about) 1 --- 2 comments: false 3 --- 4 5 # Configuring GitLab Runner 6 7 Below you can find some specific documentation on configuring GitLab Runner, the 8 shells supported, the security implications using the various executors, as 9 well as information how to set up Prometheus metrics: 10 11 - [Advanced configuration options](advanced-configuration.md) Learn how to use the [TOML][] configuration file that GitLab Runner uses. 12 - [Use self-signed certificates](tls-self-signed.md) Configure certificates that are used to verify TLS peer when connecting to the GitLab server. 13 - [Autoscaling using Docker machine](autoscale.md) Execute jobs on machines that are created on demand using Docker machine. 14 - [Autoscaling GitLab Runner on AWS](runner_autoscale_aws/index.md) 15 - [The init system of GitLab Runner](init.md) Learn how the Runner installs its init service files based on your operating system. 16 - [Supported shells](../shells/index.md) Learn what shell script generators are supported that allow to execute builds on different systems. 17 - [Security considerations](../security/index.md) Be aware of potential security implications when running your jobs with GitLab Runner. 18 - [Runner monitoring](../monitoring/README.md) Learn how to monitor the Runner's behavior. 19 - [Cleanup the Docker images automatically](https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup) A simple Docker application that automatically garbage collects the GitLab Runner caches and images when running low on disk space. 20 - [Configure GitLab Runner to run behind a proxy](proxy.md) Learn how to set up a Linux proxy and configure GitLab Runner. Especially useful for the Docker executor. 21 - [Best practice for using GitLab Runner](../best_practice/index.md). 22 23 [TOML]: https://github.com/toml-lang/toml