Skip to content

Instantly share code, notes, and snippets.

View Craytor's full-sized avatar

Tyler Youschak Craytor

  • Gannon University
  • United States of America
View GitHub Profile
@Craytor
Craytor / remove-all-from-docker.sh
Created March 14, 2025 14:37 — forked from beeman/remove-all-from-docker.sh
Remove all from Docker
# Stop all containers
docker stop `docker ps -qa`
# Remove all containers
docker rm `docker ps -qa`
# Remove all images
docker rmi -f `docker images -qa `
# Remove all volumes

Keybase proof

I hereby claim:

  • I am craytor on github.
  • I am craytor (https://keybase.io/craytor) on keybase.
  • I have a public key ASBBEWPTehq-F_oNhcFDOvUmPnkmRGkqenJkxFAf1HlYUQo

To claim this, I am signing this object:

@Craytor
Craytor / gist:cbba93ff56bc215731f32973d5e7613f
Created January 28, 2017 21:12
Nation Weather Service Event Types and Colors
'911 Telephone Outage' => 'C0C0C0',
'Administrative Message'=> 'FFFFFF',
'Air Quality Alert'=> '808080',
'Air Stagnation Advisory'=> '808080',
'Arroyo and Small Stream Flood Advisory'=> '00FF7F',
'Ashfall Advisory'=> '696969',
'Ashfall Warning'=> 'A9A9A9',
'Avalanche Advisory'=> 'CD853F',
'Avalanche Warning'=> '1E90FF',
'Avalanche Watch'=> 'F4A460',