REL-0.10 Show docker version during tests

This commit is contained in:
cytopia 2017-05-25 12:43:50 +02:00
parent 93f03adc58
commit 107af77189
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -74,6 +74,19 @@ DEF_PGSQL="9.6"
#
################################################################################
###
### Docker Host settings
###
print_h1 "Docker Host settings"
print_h2 "Listening services"
run "netstat -tulpn"
print_h2 "Docker version"
run "docker --version"
run "docker-compose --version"
###
### Configure