Use Docker Images from Private Registry
Login into the registry
docker logincat ~/.docker/config.json{
"auths": {
"https://index.docker.io/v1/": {
"auth": "c3R...zE2"
}
}
}Create the secret
Create a Pod that uses your Secret
Last updated