Use exact version numbers for installing Docker in Ubuntu (#17428)
This commit is contained in:
committed by
Bob Killen
parent
703b2658c2
commit
3c89724c93
@@ -88,8 +88,9 @@ add-apt-repository \
|
|||||||
|
|
||||||
## Install Docker CE.
|
## Install Docker CE.
|
||||||
apt-get update && apt-get install \
|
apt-get update && apt-get install \
|
||||||
docker-ce=5:19.03.* \
|
containerd.io=1.2.10-3 \
|
||||||
docker-ce-cli=5:19.03.*
|
docker-ce=5:19.03.4~3-0~ubuntu-$(lsb_release -cs) \
|
||||||
|
docker-ce-cli=5:19.03.4~3-0~ubuntu-$(lsb_release -cs)
|
||||||
|
|
||||||
# Setup daemon.
|
# Setup daemon.
|
||||||
cat > /etc/docker/daemon.json <<EOF
|
cat > /etc/docker/daemon.json <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user