Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 376 Bytes

fsharp in docker

installs vscode in container for debugging needs

important to set xhost +local:thinktainer in order for the container to be allowed access to the x11 socket.

run with docker run -ti --rm --name fsharp
-v $PWD/vscode:/home/thinktainer/.vscode
-v $PWD/app:/home/thinktainer/app
-v /tmp/.X11-unix:/tmp/.X11-unix
-e DISPLAY thinktainer/fsharp