Closed guilhermebr closed 7 years ago
This PR fixes run.bash as follow:
linux-image-extra is an Ubuntu only package.
The command to get docker version was changed, got the new from: https://get.docker.com/
Also is possible to use: $(docker version --format '{{.Client.Version}}')
$(docker version --format '{{.Client.Version}}')
@guilhermebr thank you!
This PR fixes run.bash as follow:
linux-image-extra is an Ubuntu only package.
The command to get docker version was changed, got the new from: https://get.docker.com/
Also is possible to use:
$(docker version --format '{{.Client.Version}}')