spring-boot-docker-postgres
spring-boot-docker-postgres copied to clipboard
Test the plugin for Docker v1.10 and make this the minimum required version
Test the plugin for Docker v1.10 and make this the minimum required version.
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}; ...
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.