GitLab CI/CD can be used with Docker to build Docker images.
For example, you can create a Docker image of your application and push it to a GitLab’s Container Registry.
In this note i am showing an example of how to create a new repository in GitLab with a CI/CD pipeline that will be used for building a “Hello World” Docker image and pushing it to a registry. (more…)