Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 583 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 583 Bytes

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 and send a PR.