I Can Haz IP + Docker Security

Intro

First post/log/diary entry. Here goes nothing. On new dad duties, mostly spent the day clearing out a glut of bookmarks and saved links.

Easily get a machine's public IP address

curl https://ipv4.icanhazip.com

Courtesy of [Dean Wilson's][dw] post on making a Terraform provider. [dw]:https://www.unixdaemon.net/cloud/over-engineering-a-terraform-data-provider/

All things Docker Security

Stumbled upon Jess Frazelle's Blog which has all kinds of awesome stuff related to Docker and security. In particular the combination of AppArmor, Seccomp, and SELinux profiles to make containers more of a security boundary (Getting Towards Real Sandbox Containers).

She even does coreOS + containers as a desktop(Ultimate Linux on the Desktop). How awesome is that. Dockerfiles.

Bonus points for reminding me that Uses This is a thing.