vscode-dev-containers
vscode-dev-containers copied to clipboard
add volume for /var/run/postgresql files
this fixes running psql in a docker container
see https://github.com/microsoft/vscode-remote-release/issues/5636
Thanks for opening!
As a heads up, our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: https://github.com/microsoft/vscode-dev-containers/issues/1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features).
We anticipate to have a similar repo and distribution process for templates/definitions. We'll keep everyone updated (likely via another issue in this repo or comment on https://github.com/microsoft/vscode-dev-containers/issues/1589) when our new templates repo is available and the process is defined.
Please let me know if you have any questions, thank you!
#1461 just proves my point
How is it going? Did you create another fix. I consider that a year passed and I should close this PR.
Hi @StEvUgnIn, thanks for following up.
Our team has moved over to repos in the devcontainers org now, and dev container templates (formerly "definitions") are now hosted: https://github.com/devcontainers/templates/tree/main/src. For changes in this PR related to templates we host in the devcontainers org, we'd recommend opening a PR in that repo.
For templates we no longer host directly, we've outlined a contribution process if you're interested: https://containers.dev/implementors/templates-distribution/.
Thank you!