Container to sync mosaicme images between engine and Object Storage backend (S3/Swift)
2.3K
1- Create folder to collect and sync /mosaic
2- Create the following sub directories /mosaic/setting /mosaic/raw /mosaic/in /mosaic/out /mosaic/out/large /mosaic/out/small
3- Create file ecsconfig.properties and place it under /mosaic/setting.. Here is an example of what the ecsconfig.properties file looks like.
4- Create folder /var/log/mosaic/
5- Start Mosaicme Dowload Sync:
docker run -d -v /var/log/mosaic/:/var/log/mosaic -v /mosaic:/mosaic emccode/mosaicme-sync /bin/startsyncdownload.sh
6- Start Mosaicme Upload Sync :
docker run -d -v /var/log/mosaic/:/var/log/mosaic -v /mosaic:/mosaic emccode/mosaicme-sync /bin/startsyncupload.sh
7- Start MosaicMe Raw Images Sync :
docker run -d -v /var/log/mosaic/:/var/log/mosaic -v /mosaic:/mosaic emccode/mosaicme-sync /bin/startsyncemc.sh
Content type
Image
Digest
sha256:4a6ac6a9c…
Size
485.3 MB
Last updated
almost 11 years ago
docker pull emccode/mosaicme-sync