Skip to content

Allow Downgrade option #539

@robinpecha

Description

@robinpecha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions