[Linux] How to download docker images from alternate location?
If Docker Hub is inaccessible during installation, you can proceed with either an offline installation or by specifying an alternative container registry. To configure an alternate registry, add the necessary details to the customer.env
file.
MDSS_REPO=public.ecr.aws/v2f5u9p9/opswat-mdss
MONGO_IMAGE=public.ecr.aws/v2f5u9p9/opswat-mdss/mongo
RABBITMQ_IMAGE=public.ecr.aws/v2f5u9p9/opswat-mdss/rabbitmq
REDIS_IMAGE=public.ecr.aws/v2f5u9p9/opswat-mdss/redis
Was this page helpful?