- fixed deletion of orphan images
- inline list update when removing container or image
- fixed list updating after execution error
- added animation when removing container or image
- delete old xml file when container is renamed
- fixed IP assignment with multiple containers based on the same image
Every container added in via CA should already have the Support Link present (if added post 6.3)
Majority of apps in CA also have a project link present, but this will only thus far dockerMan hasn't saved that entry on user templates, so the Project link on the context menus will only appear for new containers added after the PR is aproved
- Dont start container after update if it was in a stopped state before the update
- Dont try to stop a container if it is not running (was causing warnings to be logged)
- Reduced script tag generation for docker pull operations
- Correctly clean up old orphan images after updating a container (was broken before)
- Eliminated race condition when deleting both container and image
- Switched to use SweetAlert instead of jQuery UI dialogs for prompts and alerts