I am trying to install dockers on Raspberry pi which is arm based device. Initially I used to run below command in order to install docker:
curl -sSL get.docker.com | sh
This install the latest version of dockers but I wanted to install an older version, which command should I use. This link have some useful answer but they are not working on Raspberry pi. Please help. Thanks