A specialized tool for offline Docker image management and deployment.
- Elasticsearch
- Nginx
- Redis
- RabbitMQ
- MinIO
- Nacos
- GeoServer
ImageExporter/
├── data/
│ ├── versions/ # Version info
│ └── images/ # Exported images
├── logs/ # Log files
├── src/ # Source code
└── tests/ # Test suite
- Place version files in
data/versions
(optional) - Run:
python main.py # Normal mode
python main.py -D # Debug mode
python clean.py -a # Clean all
python clean.py -c # Clean cache
python clean.py -v # Clean today's versions