1.6 KiB
1.6 KiB
[WIP] Dragonfly Quick Start
Dragonfly Quick Start document aims to help you to quick start Dragonfly journey. This experiment is quite easy and simplified.
You can have a quick start following Kubernetes-with-Dragonfly
This table describes some container runtimes version and documents.
| Runtime | Version | Document | CRI Support | Pull Command |
|---|---|---|---|---|
| Containerd without CRI | All | Link | No | ctr image pull docker.io/library/alpine |
| Containerd with CRI | v1.1.0+ | Link | Yes | crictl pull docker.io/library/alpine:latest |
| CRI-O | All | Link | Yes | crictl pull docker.io/library/alpine:latest |
When using Dragonfly in Kubernetes, we recommend to use Containerd with CRI and CRI-O, deploying document can be
found in Kubernetes-with-Dragonfly.
SEE ALSO
- install manager - how to install the Dragonfly manager
- install cdn - how to install the Dragonfly cdn
- install scheduler - how to install the Dragonfly scheduler
- proxy - make Dragonfly as an HTTP proxy for docker daemon
- Container Runtimes
- cri-o mirror - make Dragonfly as Registry Mirror for CRIO daemon
- cri-containerd_mirror - make Dragonfly as Registry Mirror for containerd daemon