Skip to content

thinktainer/docker-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

docker container using dotnet core and vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published