Skip to content

Commit

Permalink
Merge pull request #960 from m-1-k-3/master
Browse files Browse the repository at this point in the history
true the docker
  • Loading branch information
m-1-k-3 authored Dec 13, 2023
2 parents 3176402 + b71b717 commit 612f82e
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 612f82e

Please sign in to comment.