Skip to content

Instantly share code, notes, and snippets.

View DownRangeDevOps's full-sized avatar

Ryan Fisher DownRangeDevOps

View GitHub Profile
@DownRangeDevOps
DownRangeDevOps / docker-compose.yml
Created June 27, 2018 17:54 — forked from seanhandley/docker-compose.yml
How To Set Up Docker For Mac with Native NFS
version: '2'
services:
api:
volumes:
- "nfsmount:${CONTAINER_DIR}"
volumes:
nfsmount:
driver: local
driver_opts:
@DownRangeDevOps
DownRangeDevOps / 0-startup-overview.md
Created May 9, 2018 21:59 — forked from dideler/0-startup-overview.md
Startup Engineering notes
@DownRangeDevOps
DownRangeDevOps / ansible-summary.md
Created August 12, 2017 21:44 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

@DownRangeDevOps
DownRangeDevOps / 0_reuse_code.js
Created December 24, 2016 07:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console