mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
- 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.