Tell docker to allow insecure registry
Some checks are pending
Some checks are pending
This commit is contained in:
parent
069ae0fed8
commit
69690f9391
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ sudo update-ca-certificates
|
||||||
|
|
||||||
sudo tee /etc/docker/daemon.json << EOF
|
sudo tee /etc/docker/daemon.json << EOF
|
||||||
{
|
{
|
||||||
"insecure-registries": [],
|
"insecure-registries": ["YOUR_CI_CD_IP:8080"],
|
||||||
"registry-mirrors": [],
|
"registry-mirrors": [],
|
||||||
"auths": {
|
"auths": {
|
||||||
"YOUR_CI_CD_IP:8080": {
|
"YOUR_CI_CD_IP:8080": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue