Skip to content

Instantly share code, notes, and snippets.

View BrayanMC's full-sized avatar
🏠
Working from home

BrayanMC BrayanMC

🏠
Working from home
View GitHub Profile
@BrayanMC
BrayanMC / docker-cleanup-resources.md
Created April 19, 2020 00:14 — forked from bastman/docker-cleanup-resources.md
docker cleanup guide: containers, images, volumes, networks

Docker - How to cleanup (unused) resources

Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...

delete volumes

// see: https://github.com/chadoe/docker-cleanup-volumes

$ docker volume rm $(docker volume ls -qf dangling=true)

$ docker volume ls -qf dangling=true | xargs -r docker volume rm

@BrayanMC
BrayanMC / iterm2-solarized.md
Created June 2, 2021 05:25 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k