Fix messages and rebuild without cache
This commit is contained in:
@@ -12,7 +12,7 @@ if [[ ! -z $(docker ps -af "name=${NAME}" -q) ]]; then
|
||||
fi
|
||||
|
||||
if [[ ! -z "$(docker images -q rmilter)" ]]; then
|
||||
read -r -p "Found image locally. Rebuild anyway? [y/N] " response
|
||||
read -r -p "Found image locally. Delete local image and repull? [y/N] " response
|
||||
response=${response,,}
|
||||
if [[ $response =~ ^(yes|y)$ ]]; then
|
||||
docker rmi memcached
|
||||
|
Reference in New Issue
Block a user