skip to main content
docker_repo.json
This file is used only when installing ICE Server using a local or air-gapped Docker repository. This file should be supplied to the helm upgrade command with -f docker_repo.json:
{
"charts": {
"iceInit": {
"dockerConfigJsons": {
"dockerHub": {
___CONTENT___FROM___DOCKER___CONFIG___JSON___
}
}
}
}
}
For example, use kubesprayhost to log into the local Docker repository. A file called config.json would be created. ___CONTENT___FROM___DOCKER___CONFIG___JSON___ may then be obtained by this command:
cat config.json | base64 -w 0