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,10 +13,10 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | \
# 3. Thêm Docker repo
echo \
"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" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
# 4. Cập nhật repo & cài Docker
sudo apt-get update
apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin