cyberpanel/dockerManager
Master3395 f95566d3eb Add pull image functionality and enhance error handling
- Implemented a new `pullImage` method in `ContainerManager` to pull Docker images with validation and error handling.
- Added a corresponding URL route for the `pullImage` view.
- Updated the `views.py` to handle user permissions and session management for the new feature.
- Improved error handling across the codebase by replacing `BaseException` with `Exception`.
- Enhanced rate limiting logic to support JSON format for tracking timestamps.
- Updated UI styles in `manageImages.html` for consistency in gradient backgrounds.
2025-09-12 22:35:02 +02:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
static/dockerManager Enhance environment variable management with advanced mode and import/export features 2025-09-12 21:10:06 +02:00
templates/dockerManager Add pull image functionality and enhance error handling 2025-09-12 22:35:02 +02:00
.DS_Store Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
DOCKER_MANAGER_FIXES.md Add pull image functionality and enhance error handling 2025-09-12 22:35:02 +02:00
Dockerfile Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
apps.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
build.sh Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
container.py Add pull image functionality and enhance error handling 2025-09-12 22:35:02 +02:00
decorators.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
docker-compose.yml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
dockerInstall.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
entrypoint.sh Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
models.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
pluginManager.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
signals.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
urls.py Add pull image functionality and enhance error handling 2025-09-12 22:35:02 +02:00
vhconf.conf Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
views.py Add pull image functionality and enhance error handling 2025-09-12 22:35:02 +02:00