Skip to content

Commit

Permalink
Update default Docker version to 1.15
Browse files Browse the repository at this point in the history
Previous default of 1.10 is no longer supported by the latest versions
of Docker (1.7.x).

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
  • Loading branch information
mpetazzoni committed Jul 26, 2015
1 parent b40cdfc commit 6f01f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Ship(Entity):

DEFAULT_DOCKER_PORT = 2375
DEFAULT_DOCKER_TLS_PORT = 2376
DEFAULT_DOCKER_VERSION = '1.10'
DEFAULT_DOCKER_VERSION = '1.15'
DEFAULT_DOCKER_TIMEOUT = 5

def __init__(self, name, ip, endpoint=None, docker_port=None,
Expand Down

0 comments on commit 6f01f05

Please sign in to comment.