[root@vultr bin]# vim /etc/profile
#在文件最后加上
export DOCKER_API_VERSION=1.40
	
[root@vultr bin]# source /etc/profile
	Maximum supported API version is 1.39,那么在上面文件改为export DOCKER_API_VERSION=1.39Maximum supported API version is 1.38,那么在上面文件改为export DOCKER_API_VERSION=1.38