cyberpanel/dockerManager
Master3395 e2dfdd454e Improve container management and Docker Compose generation
- Enhanced port validation in ContainerManager to check for valid port numbers and handle errors gracefully.
- Updated volume handling to ensure proper structure and existence checks.
- Added a new helper function to generate Docker Compose YAML, consolidating logic for service configuration, including ports, volumes, and environment variables.
- Removed duplicate Docker Compose generation code to streamline functionality.
2025-09-15 22:57:49 +02:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
static/dockerManager Improve container management and Docker Compose generation 2025-09-15 22:57:49 +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 Improve container management and Docker Compose generation 2025-09-15 22:57:49 +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