spring-boot-docker-postgres icon indicating copy to clipboard operation
spring-boot-docker-postgres copied to clipboard

Test the plugin for Docker v1.10 and make this the minimum required version

Open robert-bor opened this issue 8 years ago • 2 comments

Test the plugin for Docker v1.10 and make this the minimum required version.

robert-bor avatar Feb 08 '17 13:02 robert-bor

commands used. Verified against Docker API v1.10:

  • docker --version; ...
  • docker images; ...
  • docker ps; ...
  • docker container rm -fv ${containerName}; ...
  • docker run --rm -e POSTGRES_PASSWORD=${password} -p ${port}:5432 --name ${containerName} ${imageName}:${imageVersion}; ...

robert-bor avatar Feb 10 '17 09:02 robert-bor

Currently, docker --version now returns the following:

Docker version 17.03.0-ce, build 60ccb22

Ie, checking on the API version in this way no longer works.

robert-bor avatar Mar 28 '17 07:03 robert-bor