This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AWSTemplateFormatVersion": "2010-09-09", | |
"Description": "CoreOS on EC2: http://coreos.com/docs/running-coreos/cloud-providers/ec2/", | |
"Mappings" : { | |
"RegionMap" : { | |
"eu-central-1" : { | |
"AMI" : "ami-448dbd59" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# If you're using docker-machine, call this script with your | |
# environment name | |
# Ex: ./vpn_fix dev | |
DEFAULTVM="boot2docker-vm" | |
[ $(id -u) = 0 ] || { echo "You must be root (or use 'sudo')" ; exit 1; } | |
report_success () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env coffee | |
################################################################# | |
# credit goes to: jphass, because I totally ripped off his code # | |
# (https://gist.github.com/jphaas/ad7823b3469aac112a52) # | |
################################################################# | |
################################################################################################# | |
# INSTALLING # | |
# # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[cblades@lat-cblades docker-paperboy (master)]$ docker images | |
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | |
10.198.52.167:80/cbdr/paperboy latest ebc5250f5907 25 minutes ago 558.3 MB | |
phusion/baseimage 0.9.9 745d3ac92697 26 hours ago 345.8 MB | |
10.198.52.167:80/phusion/baseimage latest 745d3ac92697 26 hours ago 345.8 MB | |
[cblades@lat-cblades docker-paperboy (master)]$ docker -D push 10.198.52.167:80/phusion/baseimage | |
[debug] registry.go:144 Registry https://10.198.52.167:80/v1/ does not work (Get https://10.198.52.167:80/v1/_ping: EOF), falling back to http | |
[debug] registry.go:57 Registry standalone header: 'True' | |
The push refers to a repository [10.198.52.167:80/phusion/baseimage] (len: 1) | |
Sending image list |
NewerOlder