Along with the steps described under Docker Credential Helper, follow the steps specific to the enterprise edition below.
Configure Docker by running:
fioctl configure-docker
Create the alias fioctl-enterprise then
run:
fioctl-enterprise configure-docker
You should find the configuration setup for your Enterprise edition:
cat $HOME/.docker/config.json
{
...
"credHelpers": {
"hub.qcom.foundries.io": "fio",
...
},
...
}
https://hub-ui.qcom.foundries.io/factories/<factory>):Run:
docker pull <image>
FIOCTL_CONFIG=$HOME/.config/fioctl-enterprise.yaml \
docker pull hub.qcom.foundries.io/<factory>/<image>:<tag>