Fix MTU configuration for dockerd (#421)

Resolves #393
This commit is contained in:
Yusuke Kuoka
2021-03-31 09:29:21 +09:00
committed by GitHub
parent da4dfb3fdf
commit 156e2c1987
3 changed files with 48 additions and 0 deletions

View File

@@ -7,3 +7,14 @@ spec:
template:
spec:
repository: mumoshu/actions-runner-controller-ci
#
# dockerd within runner container
#
## Replace `mumoshu/actions-runner-dind:dev` with your dind image
#dockerdWithinRunnerContainer: true
#image: mumoshu/actions-runner-dind:dev
#
# Set the MTU used by dockerd-managed network interfaces (including docker-build)
#
#dockerMTU: 1450