Skip to content

Commit

Permalink
Merge pull request #14 from linkernetworks/phstsai/upgrade-docker
Browse files Browse the repository at this point in the history
upgrade the docker version to 17.06

Former-commit-id: 35a4382883dc2fa64cf07663f869adeb7b8ce785 [formerly c049957]
Former-commit-id: e5a79dc13669c56a011d15625da432ea0fc9eb5a
  • Loading branch information
John-Lin authored Jun 20, 2018
2 parents 2bd25c5 + 735e5a1 commit fe764b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ make run
### Docker build

```
make image
make docker.build
```

### Test vortex image
Expand Down
2 changes: 1 addition & 1 deletion developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vagrant.configure("2") do |config|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install -y docker-ce=17.03.2~ce-0~ubuntu-xenial
sudo apt-get install -y docker-ce=17.06.2~ce-0~ubuntu
# Install Kubernetes
sudo apt-get install -y apt-transport-https curl
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
Expand Down

0 comments on commit fe764b4

Please sign in to comment.