Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 604 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 604 Bytes

Container image for talosctl based on busybox

Build container image

Container image based on ghcr.io/containerd/busybox with talosctl. This image is useful for running shell scripts using talosctl (e.g. backup scripts).

How to start

podman run \
    -v $PWD/talosconfig.yaml:/var/run/secrets/talos.dev/config \
    ghcr.io/nimbolus/talosctl-container