Docker
Running Gitlab runner in a container and using it to build and upload image
Running GitLab Runner in a Docker container can be a great way to isolate your build environment and easily deploy your runners to different machines. Here are the steps to set up GitLab Runner in a Docker container: Run the gitlab runner in a container Create a docker volume to Read more…