We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678abaf commit 26fb2cfCopy full SHA for 26fb2cf
tools/run-skyline-server.sh
@@ -0,0 +1,12 @@
1
+#!/bin/bash
2
+docker run -d -it \
3
+ --restart=always \
4
+ --hostname="$(hostname)" \
5
+ --env="DISPLAY" \
6
+ --platform="linux/amd64" \
7
+ --volume="${XAUTHORITY:-${HOME}/.Xauthority}:/root/.Xauthority:ro" \
8
+ --volume="/tmp/.X11-unix:/tmp/.X11-unix:ro" \
9
+ --volume="/dev/shm:/dev/shm" \
10
+ -p 3001:3001 \
11
+ --name skyline_server \
12
+ ghcr.io/msojocs/skyline-client-server:master
0 commit comments