Run this to install Docker:
$ curl -fsSL get.docker.com | sh
To preview the installation steps first:
$ curl -fsSL get.docker.com -o get-docker.sh
$ sudo sh ./get-docker.sh –dry-run
Run this to install Docker:
$ curl -fsSL get.docker.com | sh
To preview the installation steps first:
$ curl -fsSL get.docker.com -o get-docker.sh
$ sudo sh ./get-docker.sh –dry-run