Skip to content

Instantly share code, notes, and snippets.

View cesarvargas00's full-sized avatar
🌟
Focusing

César Vargas cesarvargas00

🌟
Focusing
View GitHub Profile
@cesarvargas00
cesarvargas00 / docker_cheat_sheet.md
Created May 11, 2016 02:35 — forked from gullitmiranda/docker_cheat_sheet.md
Clean Docker images and containers cheat sheet.

Docker Cheat Sheet

NOTE: if you are using the docker without the http://azk.io installed, use docker instead of adocker.

Kill running containers

adocker kill $(adocker ps -q | tr '\r\n' ' ')