Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmahdiany/dind
An image for Docker in Docker use cases
https://github.com/hmahdiany/dind
Last synced: 3 months ago
JSON representation
An image for Docker in Docker use cases
- Host: GitHub
- URL: https://github.com/hmahdiany/dind
- Owner: hmahdiany
- Created: 2024-03-16T09:00:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T15:01:31.000Z (8 months ago)
- Last Synced: 2024-07-14T13:34:49.486Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker in Docker
This is a Docker file which contains Docker engine and Docker compose addon. Purpose of creating this Docker image is for using in Gitlab CI/CD pipelines that using a runner with `docker` executor.## How to use it
In order to use this image in Gitlab CI/CD pipeline add this config in `.gitlab-ci.yml`:
```
image:
name: kinghossein/dind:v0.0.2
```