Spin up a new droplet using stock Ubuntu 12.04.3 LTS
Rough Guide that would make a nice Ansible role:
# update kernel saucy 3.11.0-18-generic
$ apt-get update
$ apt-get purge linux-image-*
#5 Aggregations in 5 Minutes: The Nickel Tour of the Aggregation Framework | |
###Sample Document | |
``` | |
mongos> db.logs.findOne() | |
{ | |
"_id" : ObjectId("556172a53004b760dde8a488"), | |
"d_id" : ObjectId("556172a53004b760dde8a443"), | |
"v" : 6205, | |
"timestamp" : ISODate("3129-12-13T02:03:17.906Z"), |
{ | |
// http://eslint.org/docs/rules/ | |
"ecmaFeatures": { | |
"binaryLiterals": false, // enable binary literals | |
"blockBindings": false, // enable let and const (aka block bindings) | |
"defaultParams": false, // enable default function parameters | |
"forOf": false, // enable for-of loops | |
"generators": false, // enable generators | |
"objectLiteralComputedProperties": false, // enable computed object literal property names |
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.