Use docker 1.13 to allow overlay networks

- Print error if resizing fails
This commit is contained in:
Marcos Lilljedahl
2016-11-13 01:09:29 -03:00
parent b37f2469c8
commit 54378862b3
5 changed files with 19 additions and 9 deletions

View File

@@ -9,7 +9,11 @@ A live version is available at: http://play-with-docker.com/
## Requirements
Docker 1.12.1 or higher is required.
Docker 1.13+ is required. You can use docker-machine with the following command:
```
docker-machine create -d virtualbox --virtualbox-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v1.13.0-rc1/boot2docker.iso <name>
```
## Installation