Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 11, 2024
1 parent a09af34 commit bc414b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ fi

# Docker install and config
sudo apt-get install -y ca-certificates curl gnupg lsb-release
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin jq
sudo apt-get install -y docker-ce docker-ce-cli containerd.io jq
sudo apt-get install -y docker-compose-plugin
jq -n --arg proxy "${NEXUS_PROXY_URL}:8083" '{"registry-mirrors": [$proxy]}' > /etc/docker/daemon.json
sudo systemctl daemon-reload
sudo systemctl restart docker
Expand Down

0 comments on commit bc414b7

Please sign in to comment.