Docker container for internally synchronizing two directories
400
https://github.com/emcniece/node-sync-util
Docker container for internally synchronizing two directories. Useful for moving files between volumes. Makes use of sync-files and concurrently.
This is an adequate example of how to perform sync with NodeJS, but if you need this please seriously consider using cweagans/docker-bg-sync instead. His container beats this one by about 50MB and uses better tools.
docker run -td -v dir1:/sync1 -v dir2:/sync2 emcniece/node-sync-util
Content type
Image
Digest
Size
25.5 MB
Last updated
over 9 years ago
docker pull emcniece/node-sync-util