DevOps

Docker, React, and Security

Docker, React, and Security React Docker Git Installing Docker Security Using Docker Hub Useful Docker Commands Lessons from Docker Docker Machine Troubleshooting This post has been constructed over the course of roughly 4 months, and was done with my friend Zach as independent research in docker security related to dockerizing react web apps. All the code can be found in the repo on Github.

Python Development Environment

Python Development Environment I set out to create an extensible, portable python development that would be consistent if I moved it between operating environments and architectures. When I first set out on this project, I wanted to use Docker to deploy a dev environment on top of a Debian based system. I didn’t realize this when I started, nor did Google seem to know that Docker isn’t meant for a dev environment, only for pushing about apps after they’re made.