How do I install the best version of docker for Replicated Platform?

Replicated Classic Platform requires a specific version of Docker? How do I install that version of Docker?

The param install-docker-only can be passed as a command line flag to the Replicated Platform install scripts to install the version of Docker that is packaged with Replicated.

When possible, it is best to use the Release Channel Install Scripts . This will use the correct version of Replicated for the application, and therefore the right Docker version.

For example:

curl -sSL https://get.replicated.com/docker/example_counter/stable | sudo bash -s install-docker-only

You can run the generic install script like so:

curl -sSL https://get.replicated.com/docker | sudo bash -s install-docker-only