An open API service indexing awesome lists of open source software.

https://github.com/ray-project/dind-buildkite-plugin

A Buildkite Plugin to enable Docker-in-Docker
https://github.com/ray-project/dind-buildkite-plugin

Last synced: 10 months ago
JSON representation

A Buildkite Plugin to enable Docker-in-Docker

Awesome Lists containing this project

README

          

## Example

```yml
steps:
- command: docker ps
plugins:
- ray-project/dind#v1.0.2:
network-name: dind-network
certs-volume-name: ray-docker-certs-client
additional-volume-mount: ray-volume:/ray
```