Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T15:34:55.000Z (about 4 years ago)
- Last Synced: 2024-04-16T00:14:09.227Z (9 months ago)
- Topics: centos, centos7, dind, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/skyjokerxx/centos7
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# centos7-dind
[![](https://img.shields.io/github/license/sky-joker/centos7-dind?style=for-the-badge)](https://github.com/sky-joker/centos7-dind/blob/master/LICENSE.txt)
[![](https://img.shields.io/docker/image-size/skyjokerxx/centos7?sort=date&style=for-the-badge)](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
```