docker_archive is being migrated here. For older images, please refer to the previous docker_archive project.
The dqd CLI is for operating existing environments only. Build and development workflows stay in Makefile.
script/install_cli.sh
script/install_ssh_config.sh
export PATH="$HOME/.local/bin:$PATH"Run the install commands once from the repository root. script/install_cli.sh links dqd into ~/.local/bin, and script/install_ssh_config.sh copies the dqd SSH keys into ~/.ssh/keys and adds this repository's ssh_config/config as an Include in ~/.ssh/config.
If your shell does not pick up dqd immediately, run rehash or open a new shell.
dqd list
dqd ps
dqd ps vul
dqd info runc/v1.3.0
dqd up runc/v1.3.0
ssh dqd-runc-v1.3.0
dqd down runc/v1.3.0SSH aliases use the image name from each environment's .env with a dqd- prefix. For example, runc/v1.3.0 uses ssh dqd-runc-v1.3.0.
dqd up automatically uses docker-compose.kvm.yml when /dev/kvm exists and the environment has a KVM overlay. Use --kvm=false when you need to force non-KVM startup:
dqd up runc/v1.3.0 --kvm=false| image |
|---|
| cve-2026-46300 |
| cve-2026-43284 |
| cve-2026-31431 |
| cve-2022-0847 |
| cve-2026-43500 |
| image |
|---|
| ubuntu-12.04 |
| ubuntu-14.04 |
| ubuntu-16.04 |
| ubuntu-18.04 |
| ubuntu-20.04 |
| ubuntu-22.04 |
| ubuntu-22.04-dbg |
| ubuntu-24.04 |
| image |
|---|
| debian-11.0 |
| debian-12.0 |
| image |
|---|
| centos-8 |
| centos-stream9 |
| image | note |
|---|---|
| kubernetes-v1.35.1_containerd-v2.2.1_calico_debug | debug kubelet,containerd |
| kubernetes-v1.35.1_containerd-v2.2.1_calico | calico installed |
| kubernetes-v1.35.1_containerd-v2.2.1_init | kubeadm init, without CNI |
| kubernetes-v1.35.1_containerd-v2.2.1_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.35.0_containerd-v2.2.0_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.34.0_containerd-v2.1.4_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.33.3_containerd-v2.1.3_base | k8s components installed |
| kubernetes-v1.33.3_containerd-v2.1.2_base | k8s components installed |
| kubernetes-v1.33.3_containerd-v2.1.1_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.33.4_containerd-v2.1.4_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.33.7_containerd-v2.1.5_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.33.8_containerd-v2.2.1_base | k8s components installed |
| image | note |
|---|---|
| kubernetes-v1.32.2_containerd-v2.0.4_init | kubeadm init, without CNI |
| kubernetes-v1.32.2_containerd-v2.0.4_base | k8s components installed |
| kubernetes-v1.32.2_containerd-v2.0.3_calico_debug | debug kubelet,containerd |
| kubernetes-v1.32.2_containerd-v2.0.3_calico | calico installed |
| kubernetes-v1.32.2_containerd-v2.0.3_init | kubeadm init, without CNI |
| kubernetes-v1.32.2_containerd-v2.0.3_base | k8s components installed |