See information on [configuring GitLab Runner](configuration/index.md), and:
-[Advanced configuration options](configuration/advanced-configuration.md) Learn how to use the [TOML][] configuration file that GitLab Runner uses.
-[Advanced configuration options](configuration/advanced-configuration.md): Learn how to use the [TOML](https://github.com/toml-lang/toml) configuration file that GitLab Runner uses.
-[Use self-signed certificates](configuration/tls-self-signed.md) Configure certificates that are used to verify TLS peer when connecting to the GitLab server.
-[Use self-signed certificates](configuration/tls-self-signed.md): Configure certificates that are used to verify TLS peer when connecting to the GitLab server.
-[Autoscaling using Docker machine](configuration/autoscale.md) Execute jobs on machines that are created on demand using Docker machine.
-[Autoscaling using Docker machine](configuration/autoscale.md): Execute jobs on machines that are created on demand using Docker machine.
-[Autoscaling GitLab Runner on AWS](configuration/runner_autoscale_aws/index.md)
-[Autoscaling GitLab Runner on AWS](configuration/runner_autoscale_aws/index.md)
-[The init system of GitLab Runner](configuration/init.md) Learn how the Runner installs its init service files based on your operating system.
-[The init system of GitLab Runner](configuration/init.md): Learn how the Runner installs its init service files based on your operating system.
-[Supported shells](shells/README.md) Learn what shell script generators are supported that allow to execute builds on different systems.
-[Supported shells](shells/README.md): Learn what shell script generators are supported that allow to execute builds on different systems.
-[Security considerations](security/index.md) Be aware of potential security implications when running your jobs with GitLab Runner.
-[Security considerations](security/index.md): Be aware of potential security implications when running your jobs with GitLab Runner.
-[Runner monitoring](monitoring/README.md) Learn how to monitor the Runner's behavior.
-[Runner monitoring](monitoring/README.md): Learn how to monitor the Runner's behavior.
-[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.
-[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.
-[Configure GitLab Runner to run behind a proxy](configuration/proxy.md) Learn how to set up a Linux proxy and configure GitLab Runner. Especially useful for the Docker executor.
-[Configure GitLab Runner to run behind a proxy](configuration/proxy.md): Learn how to set up a Linux proxy and configure GitLab Runner. Especially useful for the Docker executor.
-[Feature Flags](configuration/feature-flags.md) Learn how to use feature flags to get access to features in beta stage or to enable breaking changes before the full deprecation and replacement is handled.
-[Feature Flags](configuration/feature-flags.md): Learn how to use feature flags to get access to features in beta stage or to enable breaking changes before the full deprecation and replacement is handled.
-[Configure Session Server](configuration/advanced-configuration.md#the-session_server-section) Learn how to configure a session server for interacting with jobs the Runner is responsible for.
-[Configure Session Server](configuration/advanced-configuration.md#the-session_server-section): Learn how to configure a session server for interacting with jobs the Runner is responsible for.
## Troubleshooting
## Troubleshooting
...
@@ -126,7 +127,7 @@ the [release documentation](release_process/README.md).
...
@@ -126,7 +127,7 @@ the [release documentation](release_process/README.md).
## Contributing
## Contributing
Contributions are welcome, see [`CONTRIBUTING.md`][contribute] for more details.
Contributions are welcome, see [`CONTRIBUTING.md`](https://gitlab.com/gitlab-org/gitlab-runner/blob/master/CONTRIBUTING.md) for more details.
## Development
## Development
...
@@ -135,15 +136,8 @@ Runner.
...
@@ -135,15 +136,8 @@ Runner.
## Changelog
## Changelog
Visit [Changelog] to view recent changes.
See the [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-runner/blob/master/CHANGELOG.md) to view recent changes.
## License
## License
This code is distributed under the MIT license, see the [LICENSE][] file.
This code is distributed under the MIT license, see the [LICENSE](https://gitlab.com/gitlab-org/gitlab-runner/blob/master/LICENSE) file.