How to access coder parameter from a devcontainer or a dockerfile,
I have tried using the Kubernetes Devconatiner template and i have added two template parameter.
i can see they are being set as environment variable after the instance is created but if i try access them from dockerfile or devcontainer.json postStartCommand, it's failing.
3 Replies