devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
958 stars 246 forks source link

Req: Dev Containers rebuild Postgres container #193

Closed duffney closed 1 year ago

duffney commented 1 year ago

It doesn't seem possible to be able to use the Dev Container: Rebuild Container action to reset the database container. Which leaves going into Docker and deleting the db container from there. Also worth mentioning that the db volume should be deleted in the rebuild. :)

samruddhikhandale commented 1 year ago

Hi 👋

Dev Container: Rebuild Container

Thanks for raising this issue, looks like it is tied to the Dev Containers extension rather than the Template itself?

Can you help open an issue in https://github.com/microsoft/vscode-remote-release/issues, the VS Code team should be able to help address this problem. Thank you!

// cc @bamurtaugh

duffney commented 1 year ago

@samruddhikhandale thank you for the reply. That makes total sense I'll open a different issue over there and close this one. Thanks!