mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 07:26:55 +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
|