mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-06 03:07:40 +00:00
The Kubernetes images have been migrated to Alpine Linux which does not include bash by default. Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
3 lines
92 B
Bash
Executable File
3 lines
92 B
Bash
Executable File
#!/bin/bash -eux
|
|
./ssh.sh -t "$1" nsenter --mount --target 1 runc exec --tty kubelet ash -l
|