Skip to content

Instantly share code, notes, and snippets.

Yes
docker compose hyper compose detail
build
@Gnep
Gnep / cfgmgmtcamp2016.org
Created February 14, 2016 07:22 — forked from philandstuff/cfgmgmtcamp2016.org
configuration management camp 2016 notes
# We need the latest epel-release for a RHEL/Centos specific cloud-init
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
# After this finishes you can build an AMI that will process the user data
# with cloud-init. You may also be interested in taking a look at the config
# file at /etc/cloud/cloud.cfg
yum install cloud-init
@Gnep
Gnep / 0_reuse_code.js
Created February 20, 2014 17:06
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