curl -X POST https://discovery.hub.docker.com/v1/clusters
YOURSWARMTOKEN
Enables tracking of all video views stats in a playlist.
Sample HTML to put in your .erb file:
<li data-row="1" data-col="2" data-sizex="4" data-sizey="1" onclick="location.href='https://www.youtube.com/playlist?list=PLbssOJyyvHuWiBQAg9EFWH570timj2fxt';">
| sudo useradd consul | |
| sudo mkdir -p /etc/consul.d/{bootstrap,server,client} | |
| sudo mkdir /var/consul | |
| sudo chown consul:consul /var/consul | |
| wget -nc -nv https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip 1&>2 | |
| unzip -o consul_0.6.4_linux_amd64.zip | |
| sudo cp consul /usr/local/bin | |
| if [ "$HOSTNAME" = mesos-master ]; then | |
| echo "on master" |
| { | |
| "id": "redis", | |
| "container": { | |
| "docker": { | |
| "image": "redis", | |
| "network": "BRIDGE", | |
| "portMappings": [ | |
| { "containerPort": 6379, "hostPort": 0, "protocol": "tcp"} | |
| ], | |
| "parameters": [ |
| [ | |
| { | |
| "destination": "0.0.0.0-9.255.255.255", | |
| "protocol": "all" | |
| }, | |
| { | |
| "destination": "11.0.0.0-169.253.255.255", | |
| "protocol": "all" | |
| }, | |
| { |
I hereby claim:
To claim this, I am signing this object:
| # This will remove all your installed Kerbal Space Program mods, use with caution! | |
| for each in $(ckan list | grep "-" | awk '{print $2}') do; yes | ckan remove $each |
| curl -sSL https://get.docker.com/ | sh | |
| curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s -- stable | |
| sudo tee -a /etc/rexray/config.yml << EOF | |
| rexray: | |
| storageDrivers: | |
| - ec2 | |
| aws: | |
| accessKey: $AWS_ACCESS_KEY | |
| secretKey: $AWS_SECRET_KEY | |
| EOF |