|
||
---|---|---|
.. | ||
devcontainer.json | ||
Dockerfile | ||
README.md |
Alternatives to Dev Containers
-
Locally install all required dependencies on your host (dev) machine.
If you're actively developing multiple projects in multiple languages, this kind of setup becomes messy very quickly. -
Manually install IDE of choice into a Docker container and than use X11 window forwarding to automagically spawn an IDE window onto your host PC.
I mean... yes, you can do this — but why? -
SSH into Docker while simulatneosly connecting your vim pedal to the nearest free USB port.
Old, but gold 😊