@@ -26,7 +26,7 @@ sleep 2
|
|||||||
TAP_NAME="${TAP_NAME:-tap0}"
|
TAP_NAME="${TAP_NAME:-tap0}"
|
||||||
|
|
||||||
# Optional: provide a dedicated 9p export for host app-data (bind-mounted into the container at /shared/app-data)
|
# Optional: provide a dedicated 9p export for host app-data (bind-mounted into the container at /shared/app-data)
|
||||||
TSCLIENT_PATH="/shared/app-data"
|
TSCLIENT_PATH="/hostshare"
|
||||||
TSCLIENT_TAG="${TSCLIENT_TAG:-TSCLIENT}"
|
TSCLIENT_TAG="${TSCLIENT_TAG:-TSCLIENT}"
|
||||||
|
|
||||||
exec qemu-system-x86_64 \
|
exec qemu-system-x86_64 \
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "TSCLIENT",
|
"key": "TSCLIENT",
|
||||||
"value": "${TSCLIENT:-/hostshare}"
|
"value": "${TSCLIENT:-${APP_DATA_DIR}/hostshare}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"internalPort": 8006,
|
"internalPort": 8006,
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hostPath": "${TSCLIENT}",
|
"hostPath": "${TSCLIENT}",
|
||||||
"containerPath": "/shared/app-data",
|
"containerPath": "/hostshare",
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
|
|||||||
Reference in New Issue
Block a user