You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker introduced the concept of here-documents to its Dockerfiles in dockerfile v1.4, which is about 10 months old now, and during this time, I've been using the newer features more and more. Most importantly, the here-documents:
Docker introduced the concept of here-documents to its Dockerfiles in dockerfile v1.4, which is about 10 months old now, and during this time, I've been using the newer features more and more. Most importantly, the here-documents:
https://docs.docker.com/engine/reference/builder/#here-documents
This is ultra-handy for me as I can remove as much as unneeded boilerplate from my dockerfile context as I like, and have the single source of truth.
But VSCode-Docker does not support this feature yet. It would be pretty awesome if this could be added in the future to this awesome extension.
The text was updated successfully, but these errors were encountered: