Update docker/install-docker-ubuntu.sh

This commit is contained in:
2025-10-09 07:08:42 +07:00
parent 4e3b11efbd
commit 8b298c1f36

View File

@@ -13,7 +13,7 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | \
# 3. Thêm Docker repo # 3. Thêm Docker repo
echo \ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] \
https://download.docker.com/linux/ubuntu \ http://10.0.1.250:9081/repository/docker-noble \
$(lsb_release -cs) stable" | \ $(lsb_release -cs) stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null tee /etc/apt/sources.list.d/docker.list > /dev/null