mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-02 09:27:02 +00:00
3 lines
97 B
Bash
Executable File
3 lines
97 B
Bash
Executable File
#!/bin/bash -eux
|
|
./ssh.sh -t root@"$1" nsenter --mount --target 1 runc exec --tty kubelet ash -l
|