@@ -4,7 +4,7 @@ Docker is an open-source software container platform. It is used to package an a
...
@@ -4,7 +4,7 @@ Docker is an open-source software container platform. It is used to package an a
## Installation
## Installation
We used the script provided by Rancher to get our hands on [Docker 1.13.1](https://docs.rancher.com/rancher/v1.6/en/hosts/). We used this version in particular because it was the last release before Docker decided to split into CE/EE version and cause possible EUSA conflicts, with our deployment. The script for Docker 1.13.1 can be found [here](https://gitlab.com/Iotitude/IOT-platform/snippets/1664008).
We used the script provided by Rancher to get our hands on [Docker 1.13.1](https://docs.rancher.com/rancher/v1.6/en/hosts/). We used this version in particular because it was the last release before Docker decided to split into CE/EE version and cause possible EUSA conflicts, with our deployment. We are using Rancher as our deployment and management platform for our containers so we made sure that the version of Docker that we are using is [compatible](https://docs.rancher.com/rancher/v1.6/en/hosts/) with it. The script for Docker 1.13.1 can be found [here](https://gitlab.com/Iotitude/IOT-platform/snippets/1664008).