Improve the speed and security of your digital assets transfers
1.2K
Reducing download time is always a big challenge in ECM when the volume of your content is a magnitude larger in size and throughput, and you begin to have an increasing number of concurrent users. Your digital asset platform must be highly performant to enable your organization digital asset strategy to scale in the future.
We built Nuxeo Edge Cache to help you reduce your enterprise content download time up to 95% and bandwidth consumption up to 90% while keeping your digital assets safe at all times even when cached.
You have to map 2 volumes for this container: /opt/edgecache/config/ : where the configuration is stored /opt/edgecache/data/ : where the data is stored
First bind the Edge Cache
docker run --name edge --rm
-v /opt/edge/config:/opt/edgecache/config/
-v /opt/edge/data:/opt/edgecache/data/
nuxeo/edgecache
bind --server-url=http://nuxeourl/nuxeo --folder=/opt/edgecache/data
--edge-host=127.0.0.1 --ips="12.22.33.44" --ttl=32
--username=Administrator --password=Administrator edge
Then you can launch it
docker run --name edge
-v /tmp/edge/config:/opt/edgecache/config/
-v /tmp/edge/data:/opt/edgecache/data/
nuxeo/edgecache
console
Content type
Image
Digest
Size
338.8 MB
Last updated
over 9 years ago
docker pull nuxeo/edgecache