mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +00:00
b1ef5dc2c6
- Added RemoveContainerDialog component for user confirmation before removing a Docker container. - Integrated the dialog into the container management UI. - Implemented server-side logic for container removal, including permission checks and error handling. - Updated API router to include the new removeContainer mutation.