This commit is contained in:
Wang Sen Di
2025-11-27 13:22:59 +08:00
parent 3980b1930d
commit bc52bffb4f

View File

@@ -6,6 +6,10 @@
_script_path_this=$(realpath "$(ps -p $$ -o args= 2>/dev/null | awk '{print $2}')")
_latter="${_script_path_this#/apps/data}"
if [[ -z "$APPS_DATA" ]]; then
runc_name=$(grep devices </proc/self/cgroup | awk -F / '{print $NF}')
APPS_DATA=$(cat "/host/workspace/runc-rootfs/$runc_name/config.json" | jq -r '.mounts[] | select(.destination == "/apps/data") | .source')
fi
_absolute_path="${APPS_DATA}$_latter"
nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net /usr/bin/bash "$_absolute_path"