It Worked in Development...
Stop Saying These Four Words
Everywhere you look are pizza boxes and half-empty Red Bulls. Admins, illuminated by the glow of 30″ monitors, sit hunched over keyboards typing furiously. It’s 3 AM, the day of your new software release and right now those admins are desperately trying to rollback a botched deployment.
Suddenly the status widgets, which had to be . . .
Nginx Reverse Proxy for your Docker Registry
Part 2 of Setting up a Docker Registry
Who is tired of typing :5000 every time you push or pull something from your private registry? Since everyone is raising their hands and several of you are screaming in fits of rage, I'm going to tell you a really quick way to set up Nginx to reverse proxy our traffic from port 80 and 443 to 5000.
Nginx?
Nginx . . .
Posted in: containersdevopsdockerlinuxnginx
Setting up a Docker V2 Registry
So the v2 implementation of the Docker Registry is out. You can find it here. As I continue to experiment with containerization I though it would be nice to have a private registry for me to work out of.
Before you begin!
In order for this to work you need to be running docker ~> 1.6. I'm using 1.8.3 in this example. . . .
Posted in: containersdevopsdocker
Getting Started w/ Docker
This post was originally published Jan 9th 2015.
So I've been using Docker for around 6 months now and I wanted to give people an idea of how easy it is to get started with. Today I'm going to show you how to get Docker running and build a simple nginx web server.
Before you begin
I'm going to . . .