Skip to content

FreemanKevin/ImageExporter

Repository files navigation

ImageExporter

A specialized tool for offline Docker image management and deployment.

Supported Middleware

  • Elasticsearch
  • Nginx
  • Redis
  • RabbitMQ
  • MinIO
  • Nacos
  • GeoServer

Structure

ImageExporter/
├── data/
│   ├── versions/     # Version info
│   └── images/       # Exported images
├── logs/             # Log files
├── src/              # Source code
└── tests/            # Test suite

Usage

  1. Place version files in data/versions (optional)
  2. Run:
python main.py      # Normal mode
python main.py -D   # Debug mode

Cleanup

python clean.py -a    # Clean all
python clean.py -c    # Clean cache
python clean.py -v    # Clean today's versions

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages