We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e795fc commit ce9896bCopy full SHA for ce9896b
examples/cloud-deployment/scripts/deploy.sh
@@ -55,7 +55,7 @@ if [ "$($CONTAINER_TOOL inspect -f '{{.State.Running}}' "${REG_NAME}" 2>/dev/nul
55
echo "Creating registry container..."
56
$CONTAINER_TOOL run \
57
-d --restart=always -p "127.0.0.1:${REG_PORT}:5000" --network bridge --name "${REG_NAME}" \
58
- registry:2
+ mirror.gcr.io/library/registry:2
59
echo -e "${GREEN}✓ Registry container created${NC}"
60
else
61
echo -e "${GREEN}✓ Registry container already running${NC}"
0 commit comments