Skip to content

Commit

Permalink
remove all unused images on cleanup, not just dangling ones (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
pal03377 authored Oct 22, 2023
1 parent 3af532e commit 4016dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athena-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function all_logs {
}

function cleanup {
docker image prune -f
docker image prune -a -f # remove all unused images
}

function run_docker_compose_cmd {
Expand Down

0 comments on commit 4016dd9

Please sign in to comment.