Skip to content

Instantly share code, notes, and snippets.

View deepak7093's full-sized avatar
💭
Building...

UniCode deepak7093

💭
Building...
View GitHub Profile
@deepak7093
deepak7093 / docker-cleanup-resources.md
Created April 19, 2018 08:42 — 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

@deepak7093
deepak7093 / ansible-summary.md
Created March 1, 2018 07:42 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of