Demonstration on how you can easily get an Elixir Phoenix project up and running with minimal configuration using Visual Studio Code, Docker, and Remote Containers.
Elixir Phoenix Boilerplate - https://fullstackphoenix.com/boilerplates/new
Docker Desktop - https://www.docker.com/products/docker-desktop
Remote - Containers - https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers&WT.mc_id=AZ-MVP-5003399
Top comments (2)
For truly remote container (my old iMac doesn't support docker, so I use a docker daemon on a Raspberry Pi for hobby) the project files was not sent to /workspace folder. Not a big problem because Git is available in the container. Just need to create a remote Git repo (Gitlab/Github) for the project files.
Thanks
this is amazing! thank you so much. now i can build any development environment with vscode remote container!