Docker image building on GitLab CI | $AYMDEV() - 0 views
-
Continuous Integration (or CI) is a practice where you continously test an application to detect errors as soon as possible.
-
Docker is a container technology, many CI tools execute jobs (the tasks of a pipeline) in container to have an isolated environment.
-
Docker in Docker (« DinD » in short) means executing Docker in a Docker container.
- ...11 more annotations...