mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 03:40:32 +00:00
Add apple containers support
This commit is contained in:
@@ -28,6 +28,7 @@ public enum DocumentationLink {
|
||||
TAILSCALE("guide/tailscale"),
|
||||
TELEPORT("guide/teleport"),
|
||||
LXC("guide/lxc"),
|
||||
APPLE_CONTAINERS("guide/apple-containers"),
|
||||
PODMAN("guide/podman"),
|
||||
KVM("guide/kvm"),
|
||||
VMWARE("guide/vmware"),
|
||||
|
||||
@@ -37,6 +37,6 @@
|
||||
}
|
||||
|
||||
.root:dark .modal-overlay-stack-element:loaded > .modal-overlay-comp.modal-pane > .scroll-pane > .viewport > * > .scrollable-content {
|
||||
-color-modal-pane-overlay: rgba(0, 0, 255, 0.4);
|
||||
-color-modal-pane-overlay: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
||||
Vendored
-2
@@ -3,8 +3,6 @@
|
||||
DIR="${0%/*}"
|
||||
EXTRA_ARGS=(JVM-ARGS)
|
||||
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
|
||||
unset _JAVA_OPTIONS
|
||||
unset JAVA_TOOL_OPTIONS
|
||||
|
||||
"$DIR/../lib/runtime/bin/xpiped" "$@"
|
||||
|
||||
|
||||
Vendored
-2
@@ -3,8 +3,6 @@
|
||||
DIR="${0%/*}"
|
||||
EXTRA_ARGS=(JVM-ARGS)
|
||||
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
|
||||
unset _JAVA_OPTIONS
|
||||
unset JAVA_TOOL_OPTIONS
|
||||
|
||||
"$DIR/../../runtime/Contents/Home/bin/xpiped" "$@"
|
||||
|
||||
|
||||
Vendored
-2
@@ -1,7 +1,5 @@
|
||||
@echo off
|
||||
set CDS_JVM_OPTS=JVM-ARGS
|
||||
set "_JAVA_OPTIONS="
|
||||
set "JAVA_TOOL_OPTIONS="
|
||||
chcp 65001 > NUL
|
||||
CALL "%~dp0\..\runtime\bin\xpiped.bat" %*
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user