This is small project based on how to make edep-sim container with all needed software in it.
You should have Docker and VcXsrv on your device.
- Download and run VcXsrv.
- Build image with Dockerfile You can do it in VScode (open Dockerfile in VScode, make a right-click on script or on file at VScode explorer, and press "Build image") Or you can do it from cmd
docker build --pull --rm -f "Dockerfile" -t edep-sim-container:latest "."
- After finishing of the instalation you will see new window of pcmanfm explorer. You can continue on work in it (cmd can be called pressing f4 bottom or you can find it in "Tools"->"open current folder in terminal") or open started image in VScode (load docker extantion, find started image and press "Attach shell" or "Attach VScode")
original repo https://github.com/ClarkMcGrew/edep-sim/tree/master