Open j1an5 opened 1 month ago
on Mac. push failed
$ cat ~/.config/containers/registries.conf
[[registry]]
location = '192.168.56.101:8082'
insecure = true
on Linux. working well
# cat /etc/containers/registries.conf
[[registry]]
location = "192.168.56.101:8082"
insecure = true
Is there a way to set the option?