Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rewardenv/docker
https://github.com/rewardenv/docker
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rewardenv/docker
- Owner: rewardenv
- Created: 2021-09-17T07:04:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T17:40:27.000Z (over 3 years ago)
- Last Synced: 2024-03-02T18:37:13.169Z (10 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker
Docker in Docker image with customizable arguments
## Usage examples
Run locally:```
docker run --rm -it -e DOCKER_OPTS="--mtu=1300" rewardenv/docker:20.10.7-dind
```To use it inside Bitbucket Pipelines:
```
- name: docker-in-docker
type: docker
image: rewardenv/docker:20.10.7-dind
variables:
DOCKER_OPTS: "--mtu=1300"
```## Currently Supported Docker Versions*
- "20.10.7"
- "20.10.8"---
*If you'd like to add more versions, feel free to modify the [workflow](https://github.com/rewardenv/docker/blob/main/.github/workflows/build.yml) and send a PR.