1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Docker minimum api is 1.25

This commit is contained in:
Julien Duponchelle 2017-04-24 18:43:12 +02:00
parent effbe59414
commit 1a90305baa
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -33,7 +33,7 @@ from gns3server.compute.docker.docker_error import DockerError, DockerHttp304Err
log = logging.getLogger(__name__)
DOCKER_MINIMUM_API_VERSION = "1.27"
DOCKER_MINIMUM_API_VERSION = "1.25"
class Docker(BaseManager):