remove proxy settings

This commit is contained in:
Andrew Hurley 2022-11-19 14:51:26 +00:00
parent 8425997e26
commit cdbccc343a
3 changed files with 18 additions and 18 deletions

View File

@ -15,9 +15,9 @@ echo \
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
cat <<EOT |sudo tee /etc/docker/daemon.json
{
"registry-mirrors": ["https://cor.cherished.me"]
}
EOT
sudo systemctl restart docker
#cat <<EOT |sudo tee /etc/docker/daemon.json
#{
#"registry-mirrors": ["https://cor.cherished.me"]
#}
#EOT
#sudo systemctl restart docker

View File

@ -16,9 +16,9 @@ sudo dnf -y install dnf-plugins-core
sudo dnf install docker-ce docker-ce-cli containerd.io docker-compose-plugin
cat <<EOT |sudo tee /etc/docker/daemon.json
{
"registry-mirrors": ["https://cor.cherished.me"]
}
EOT
sudo systemctl restart docker
#cat <<EOT |sudo tee /etc/docker/daemon.json
#{
#"registry-mirrors": ["https://cor.cherished.me"]
#}
#EOT
#sudo systemctl restart docker

View File

@ -15,9 +15,9 @@ echo \
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
cat <<EOT |sudo tee /etc/docker/daemon.json
{
"registry-mirrors": ["https://cor.cherished.me"]
}
EOT
sudo systemctl restart docker
#cat <<EOT |sudo tee /etc/docker/daemon.json
#{
#"registry-mirrors": ["https://cor.cherished.me"]
#}
#EOT
#sudo systemctl restart docker