Skip to content

Commit

Permalink
Merge pull request #7 from L-U-C-K-Y/patch-2
Browse files Browse the repository at this point in the history
docs(README): added note to specify a docker version
  • Loading branch information
mawalu authored Dec 12, 2020
2 parents 6083fd0 + cd4932c commit e015464
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,24 @@ services:
- "./hetzner_config:/etc/gitlab-runner"
```
### Docker Errors
If you face docker problems at runtime (such as the one below), you can specify a Docker version in the `MachineOptions`.

```toml
MachineOptions = [
"engine-install-url=https://releases.rancher.com/install-docker/19.03.9.sh",
]
```

Possible error that is caused by Docker:

```bash
ERROR: Error creating machine: Error running provisioning: Unable to verify the Docker daemon is listening: Maximum number of retries (10) exceeded driver=hetzner name=runner-xxx-xxx operation=create
```

See [this issue](https://github.com/docker/machine/issues/4858) for more information.

## Versions

Currently this image is build using the `gitlab/gitlab-runner:latest` image and the latest docker-machine hetzner plugin. If you need builds for another version feel free to open an PR.
Expand Down

0 comments on commit e015464

Please sign in to comment.