Skip to content

Instantly share code, notes, and snippets.

View mflorence99's full-sized avatar
⛷️
New knee is rock solid!

Mark Florence mflorence99

⛷️
New knee is rock solid!
View GitHub Profile
@mflorence99
mflorence99 / nocache-nginx.md
Last active June 10, 2023 22:40
How to Create a No-Cache nginx Docker Container

How to Create a No-Cache nginx Docker Container

Motivation

It took me a long time to figure this out, so I wanted to memorialize the solution I found in case it helps anyone else.

I wanted to run an nginx container to test HTML/JavaScript/CSS code. Actually, I was writing Polymer components and I wanted a build/test workflow different to that recommended using the supplied polyserve mini-server.

@mflorence99
mflorence99 / boot2docker.md
Last active August 29, 2015 14:23
How to Run boot2docker from Behind Corporate Firewall

How to Run boot2docker from Behind Corporate Firewall

Motivation

It took me a long time to figure this out, so I wanted to memorialize the solution I found in case it helps anyone else.

The objective is to run boot2docker on OS X behind a corporate firewall.

Prerequisites