sudswas commented on a change in pull request #3133: Subtle changes to support
S390X deployment of OpenWhisk
URL:
https://github.com/apache/incubator-openwhisk/pull/3133#discussion_r169684629
##########
File path: tools/ubuntu-setup/docker.sh
##########
@@ -14,7 +27,7 @@ sudo apt-cache policy docker-engine
sudo apt-get -y install linux-image-extra-$(uname -r)
# DOCKER
-sudo apt-get install -y --force-yes docker-engine=1.12.0-0~trusty
+sudo apt-get install -y --force-yes docker-ce
Review comment:
@jonpspri If you do a apt-get install docker.io on xenial - it comes with
the following:
```docker version
Client:
Version: 17.12.0-ce
API version: 1.35
Go version: go1.9.2
Git commit: c97c6d6
Built: Wed Dec 27 20:08:17 2017
OS/Arch: linux/ppc64le
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services