Skip to content

Instantly share code, notes, and snippets.

View omginbd's full-sized avatar

Michael Collier omginbd

View GitHub Profile

Keybase proof

I hereby claim:

  • I am omginbd on github.
  • I am cmpc (https://keybase.io/cmpc) on keybase.
  • I have a public key ASBB6RO9Zmau7e2sQbdvAjx2POmUFKp4LqGvQPQR8ytL8wo

To claim this, I am signing this object:

const assert = require('assert')
const test = [
{
title: 'hi',
values: [
{
count: '1',
value: 'fun'
},
@omginbd
omginbd / bouncer.png
Last active May 9, 2018 19:40
bouncer img
bouncer.png
{
"image": "elasticsearch:2.4-alpine",
"ports": ["9201:9200", "9301:9300"],
"volumes": ["${KUDE_CONFIG_HOME}/catalog/elasticsearch-2.4-alpine/data:/usr/share/catalog_elasticsearch/data"]
}
{
"image": "mongo:3.4",
"ports": ["27020:27017"],
"volumes": ["${KUDE_CONFIG_HOME}/catalog/mongo/data:/data/db"]
}