

Runner (for example, by checking its service file): Check if your operating system is configured to automatically restart GitLab.If you run docker-machine ls you should see a new machine being created. Now, you can try and start a new pipeline in your project.Information about GitLab Runner Autoscaling.

Visit the dedicated page covering detailed Very first time you set up GitLab Runner with Docker Machine. That’s why it’s important to create a test machine manually the This can end with a non-workingĮnvironment. Tries to prepare SSH keys and SSL certificates (for Docker API authenticationīetween GitLab Runner and Docker Engine on the autoscaled spawned machine), and theseĬoncurrent processes are disturbing each other. Ifĭocker Machine was not used before in this environment, each started process The runner may spin up few concurrent docker-machine create commands. When the docker+machine executor is used, Multiple concurrent requests to docker-machine create that are doneĪt first usage are not good. After this, you can destroy the machine withĭocker-machine rm and start the runner. This will set up the Docker Machine environment properly and will also be a good Run this command alongside with the options that you intend to configure in the The first time you’re using Docker Machine, it is best to manually execute theĭocker-machine create.

To use the autoscale feature, Docker and GitLab Runner must be The intent of this fork is to fix critical and bugs affecting runningĬosts only. Support running AWS instances with IMDSv2.Add support for using GPUs in Google Compute Engine.Add -google-min-cpu-platform option for machine creation.
Docker for mac reinstall driver#
Add backoff to Google driver operations check.Make DigitalOcean driver RateLimit aware.Some additional patches for the following bugs: This fork isīased on the latest main branch of docker-machine with GitLab maintains a fork of docker-machineįor GitLab Runner users who rely on the Docker Machine executor. The auto scale feature was introduced in GitLab Runner 1.1.0.įor an overview of the autoscale architecture, take a look at theĬomprehensive documentation on autoscaling.ĭocker has deprecated Docker Machine.
