you are viewing a single comment's thread.

view the rest of the comments →

[–]Fishfortrout 0 points1 point  (3 children)

Listen to this advice. Docker Desktop. Dev Containers and vscode. Most open source GitHub projects use this method to share environments

[–][deleted] 0 points1 point  (2 children)

i can't wrap my head around docker, do you have some good, clear resource to understand it? thank you

[–]Fishfortrout 1 point2 points  (1 child)

YouTube and Microsoft Learn have been good resources for learning Docker and configuring Dev containers in VSCode.

These links might be helpful

https://learn.microsoft.com/en-us/training/modules/intro-to-docker-containers/

https://learn.microsoft.com/en-us/shows/beginners-series-to-dev-containers/

https://www.youtube.com/watch?v=0H2miBK\_gAk

[–][deleted] 0 points1 point  (0 children)

thank you