Add apple containers support

This commit is contained in:
crschnick
2025-06-12 06:31:56 +00:00
parent 74110cd099
commit c8d45f9bab
5 changed files with 2 additions and 7 deletions

View File

@@ -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"),

View File

@@ -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);
}

View File

@@ -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" "$@"

View File

@@ -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" "$@"

View File

@@ -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