Skip to content

Instantly share code, notes, and snippets.

FROM centos:centos7
# TODO: Put the maintainer name in the image metadata
MAINTAINER Miguel Z <miguelzuniga@gmail.com>
# TODO: Rename the builder environment variable to inform users about application you provide them
ENV RAILS_VERSION 5.0
# TODO: Install required packages here:
FROM centos:centos7
# TODO: Put the maintainer name in the image metadata
MAINTAINER Miguel Z <miguelzuniga@gmail.com>
# TODO: Rename the builder environment variable to inform users about application you provide them
ENV RAILS_VERSION 4.0
# TODO: Install required packages here:
@mikezuniga
mikezuniga / gist:2a082d17585bd44a69e8
Created February 26, 2016 03:47
Openshiftsdnkube
#!/bin/bash
set -ex
lock_file=/var/lock/openshift-sdn.lock
local_subnet_gateway=$1
local_subnet_cidr=$2
local_subnet_mask_len=$3
cluster_network_cidr=$4
service_network_cidr=$5