Arianit Uka
Arianit Uka
Would this potentially cause issues such as https://github.com/docker/dev-environments/issues/137? Why does it need to change the owner of the Docker Socket?
@glours any input on this? I'm actually super confused on what Docker Development Environments are for?
Can you please set `overrideCommand: false` in the `devcontainer.json` that Docker Development Environments use? It's by default set to true so it will run `/bin/sh -c "while sleep 1000; do...
Found another issue on this here https://github.com/docker/dev-environments/issues/52 Please fix ASAP if possible. Let me know if there's anything I can do to assist on my end.
I've fixed this in a weird way, by adding a String() function to the custom type and now it works ``` type CustomString string func (p CustomString) String() string {...
@axetroy if the documentation can actually have a notice that gin has this issue that would be great. I would never in a million years have picked the framework knowing...