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
- Host: GitHub
- URL: https://github.com/ray-project/dind-buildkite-plugin
- Owner: ray-project
- Created: 2021-02-15T01:02:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T00:38:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T21:42:18.510Z (12 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```