Skip to content

Commit

Permalink
shellrc: docker_prune_all to now also prune builder cache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Aug 18, 2024
1 parent 061db90 commit ac2b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .oh-my-shell/shellrc/plugins/docker/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alias docker_prune_all_dangling_images_layers="docker rmi \$(docker images -f da
alias docker_remove_container_by_volume="f_docker_RemoveContainerByVolume "

# Usage: docker_prune_all
alias docker_prune_all="docker system prune --all --force --volumes"
alias docker_prune_all="docker system prune --all --force --volumes; docker builder prune --all"

# Kill all running containers
# Usage: docker_kill_all
Expand Down

0 comments on commit ac2b90f

Please sign in to comment.