koduj-dev/apt

June 15, 2026 · View on GitHub

Signed APT repository for Docker Commander (dockercmd). Served via GitHub Pages at https://koduj-dev.github.io/apt/ and published automatically on each release (the .deb packages are added with reprepro and the archive is GPG-signed).

Install

curl -fsSL https://koduj-dev.github.io/apt/key.asc \
  | sudo tee /etc/apt/keyrings/dockercmd.asc >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/dockercmd.asc] https://koduj-dev.github.io/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/dockercmd.list >/dev/null
sudo apt update && sudo apt install dockercmd

Supports amd64 and arm64. Then create the admin account in the UI (http://127.0.0.1:8470 by default).

Contents

  • dists/, pool/ — the apt archive (generated by reprepro, do not edit by hand).
  • key.asc — the public signing key (verify the repo's Release).
  • conf/distributions — the reprepro distribution config.

This repository is published by the apt job in docker-commander's release workflow.