You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu:/home/v0benv/vulnerable-node# docker-compose build && docker-compose up
Building postgres_db
ERROR: client and server don't have same version (client : 1.21, server: 1.18)
root@ubuntu:/home/v0benv/vulnerable-node# export COMPOSE_API_VERSION=1.18 root@ubuntu:/home/v0benv/vulnerable-node# docker-compose build && docker-compose up
Building postgres_db
Step 0 : FROM library/postgres
---> 0e216ea7ceac
.....
Successfully built 700673523e55
Traceback (most recent call last):
File "", line 3, in
File "compose/cli/main.py", line 61, in main
File "compose/cli/main.py", line 113, in perform_command
File "compose/cli/main.py", line 835, in up
File "compose/project.py", line 374, in up
File "compose/project.py", line 415, in initialize
File "compose/network.py", line 162, in initialize
File "compose/network.py", line 47, in ensure
File "compose/network.py", line 82, in inspect
File "site-packages/docker/utils/decorators.py", line 32, in wrapper
docker.errors.InvalidVersion: inspect_network is not available for version < 1.21
docker-compose returned -1
The text was updated successfully, but these errors were encountered:
root@ubuntu:/home/v0benv/vulnerable-node# docker-compose build && docker-compose up
Building postgres_db
ERROR: client and server don't have same version (client : 1.21, server: 1.18)
root@ubuntu:/home/v0benv/vulnerable-node# export COMPOSE_API_VERSION=1.18 root@ubuntu:/home/v0benv/vulnerable-node# docker-compose build && docker-compose up
Building postgres_db
Step 0 : FROM library/postgres
---> 0e216ea7ceac
.....
Successfully built 700673523e55
Traceback (most recent call last):
File "", line 3, in
File "compose/cli/main.py", line 61, in main
File "compose/cli/main.py", line 113, in perform_command
File "compose/cli/main.py", line 835, in up
File "compose/project.py", line 374, in up
File "compose/project.py", line 415, in initialize
File "compose/network.py", line 162, in initialize
File "compose/network.py", line 47, in ensure
File "compose/network.py", line 82, in inspect
File "site-packages/docker/utils/decorators.py", line 32, in wrapper
docker.errors.InvalidVersion: inspect_network is not available for version < 1.21
docker-compose returned -1
The text was updated successfully, but these errors were encountered: