Skip to content

Instantly share code, notes, and snippets.

@HealsCodes
HealsCodes / docker-machine-vmfusion.sh
Last active August 29, 2015 14:27
Basic workflow for docker-machine on Mac with VMWare Fusion
# Get everything ready on a Mac
brew install docker docker-machine docker-compose
# Create a new machine (based on the 1.8.1 boot2docker iso)
docker-machine create --driver vmwarefusion --vmwarefusion-memory-size 2048 --vmwarefusion-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v1.8.1/boot2docker.iso osxdock
# Bring the machine up
docker-machine start osxdock
# Configure Shell
@HealsCodes
HealsCodes / x.js
Created June 14, 2010 07:08 — forked from anonymous/x.js
/* This is a template command. */
CmdUtils.CreateCommand({
names: ["message"],
icon: "http://developer.pidgin.im/static/pidgin.ico",
description: "Send a message to one of your pidgin contacts",
help: "Supported formats are:<br> (empty) - just text<br/> as link - hyperlink using the document title<br/> as quote - hyperlink using the current selection / text",
author: {name: "Rene Koecher", email: "shirk@bitspin.org"},
license: "GPL",
homepage: "http://labs.mozilla.com/",