https://github.com/sky-joker/centos7-dind
docker in docker for CentOS 7
https://github.com/sky-joker/centos7-dind
centos centos7 dind docker
Last synced: about 2 months ago
JSON representation
docker in docker for CentOS 7
- Host: GitHub
- URL: https://github.com/sky-joker/centos7-dind
- Owner: sky-joker
- License: mit
- Created: 2020-10-20T14:35:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T15:34:55.000Z (over 5 years ago)
- Last Synced: 2025-01-28T15:16:51.953Z (over 1 year ago)
- Topics: centos, centos7, dind, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/skyjokerxx/centos7
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# centos7-dind
[](https://github.com/sky-joker/centos7-dind/blob/master/LICENSE.txt)
[](https://hub.docker.com/r/skyjokerxx/centos7)
This centos7-dind is for building the container image of docker in docker of CentOS 7.
## About Container Image
If you want to specify the start options of the dockerd, it uses the DOCKER_ARGS variable.
The following is a specified example of an option.
```
# docker run -itd --name instance --rm -e DOCKER_ARGS='--insecure-registry 192.168.10.33:5000' --privileged skyjokerxx/centos7:dind
```