Skip to content

Commit 1bfb0bd

Browse files
committed
adjust docker install warning
1 parent 4841a05 commit 1bfb0bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

installer.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,10 @@ if ! command -v docker > /dev/null || ! command -v docker compose > /dev/null ;
310310
export DOCKER_COMPOSE=("docker" "compose")
311311
elif command -v docker-compose > /dev/null ; then
312312
echo -e "\n${ORANGE}""${BOLD}""WARNING: Old docker-compose installation found""${NC}"
313-
echo -e "${ORANGE}""${BOLD}""It is recommend to remove the current installation and restart the EMBA installation afterwards!""${NC}"
313+
echo -e "${ORANGE}""${BOLD}""It is recommend to remove the current docker installation and restart the EMBA installation afterwards!""${NC}"
314+
echo -e "${ORANGE}Please check the installed docker packages the following way: dpkg -l | grep docker.${NC}"
315+
echo -e "${ORANGE}Afterwards it can be cleaned up via apt-get the following way:${NC}"
316+
echo -e "${ORANGE}$ sudo apt-get remove docker docker-compose docker.io python3-docker${NC}"
314317
read -p "If you know what you are doing you can press any key to continue ..." -n1 -s -r
315318
export DOCKER_COMPOSE=("docker-compose")
316319
# if we do not have the docker command it probably is a more modern system and we need to install the docker-cli package

0 commit comments

Comments
 (0)