Skip to content

Commit

Permalink
true the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
m-1-k-3 committed Dec 12, 2023
1 parent 3176402 commit b71b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ if [[ $(version "${DOCKER_COMP_VER}") -lt $(version "1.28.5") ]]; then
fi

# check pip3 docker version TODO move into pipenv
DOCKER_VER=$(pip3 show docker | grep Version: | awk '{print $2}')
DOCKER_VER=$(pip3 show docker | grep Version: | awk '{print $2}' || true)
if [[ $(version "${DOCKER_VER}") -ge $(version "7.0.0") ]]; then
echo -e "\n${ORANGE}WARNING: compatibility of the used docker version is unknown!${NC}"
echo -e "\n${ORANGE}Please consider downgrading your pip3 docker version. \$pip3 install \"docker<7.0.0\"${NC}"
Expand Down

0 comments on commit b71b717

Please sign in to comment.