I am using a standalone Go
vscode remote container for development and would like to load environment variables into the container from a file.
All examples I can find are using Docker Compose and its env_file
option but using Docker Compose seems overkill for a single container. Is there any way I can achieve this without using Docker Compose?