lovi
(lovi)
1
Hello,
I’ve my own registry, and I would like to know if there is a setup to configure docker to get image to this registry during awx installation ?
I’ve tried :
/etc/docker/daemon.json
{
“registry-mirrors”: [“https://myregistry”]
}
But it keeps connect to :
https://registry-1.docker.io/v2/
Thks
fairly certain there’s a parameter for docker registry in the inventory file you fill out prior to install.
After you modify daemon.json you have to restart the docker daemon.
lovi
(lovi)
4
Yes I’ve restarted the docker deamon and I have seen the variable in the inventory. But it doesn’t work…
To make it work I have modified the docker images names in the standalone.yml of the docker role … Dirty