mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-22 15:11:10 +02:00
4 lines
170 B
Bash
Executable File
4 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker run --rm -i -v "${PWD}/../../build/osctl-linux-amd64:/bin/osctl:ro" -v "${PWD}/talosconfig:/root/.talos/config" --network dev_talosbr alpine osctl $@
|