mirror of
https://github.com/lingble/talos.git
synced 2025-12-04 22:55:22 +00: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 $@
|