-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
run this in wsl #1844
Unanswered
avnav0
asked this question in
General help wanted
run this in wsl
#1844
-
guys is there a way to run:
docker run --rm \
-v $HOME/.Xauthority:/root/.Xauthority:rw \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v /dev/dri:/dev/dri \
-v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \
-v appflowy-data:/home/appflowy \
-e DISPLAY=${DISPLAY} \
appflowyio/appflowy_client:main
without the x server and any sockets etc. just have it use a WSGI or something that will allow me to run this in wsl environment.
apps should be fully contained ideally.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment