File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,10 @@ if ! command -v docker > /dev/null || ! command -v docker compose > /dev/null ;
310
310
export DOCKER_COMPOSE=(" docker" " compose" )
311
311
elif command -v docker-compose > /dev/null ; then
312
312
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} "
314
317
read -p " If you know what you are doing you can press any key to continue ..." -n1 -s -r
315
318
export DOCKER_COMPOSE=(" docker-compose" )
316
319
# if we do not have the docker command it probably is a more modern system and we need to install the docker-cli package
You can’t perform that action at this time.
0 commit comments