docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Allow Downgrade option

Open robinpecha opened this issue 1 month ago • 1 comments

We are using this method to deploy Docker to our servers. It would be very helpful to have a switch that allows downgrading, in case Docker is accidentally upgraded to a higher version on some servers. Currently, we are modifying your script with the following command to enable downgrades: sed -i 's/apt-get -y -qq install/apt-get -y --allow-downgrades -qq install/g' get-docker.sh # enables downgrade

robinpecha avatar Dec 05 '25 12:12 robinpecha

sed -i 's/apt-get -y -qq install/apt-get -y --allow-downgrades -qq install/g' get-docker.sh # enables downgrade

LuckyWhel avatar Dec 16 '25 06:12 LuckyWhel