Sign inSign up

hammerlab/coclobas

By hammerlab

Updated over 9 years ago

Quick setup of coclobas + ketrew + more goodies.

Image
1

5.6K

hammerlab/coclobas repository overview

Docker Container To Play With Coclobas

Usage

Get the container ready:

sudo docker pull hammerlab/coclobas
sudo mkdir -p /tmp/coclo
sudo chmod 777 /tmp/coclo
sudo docker run -it -p 443:443  -v /tmp/coclo:/coclo --privileged hammerlab/coclobas bash
  • --privileged is for NFS mounting
  • -p 443:443 is to pass the port 443 to the container

Put your configuration.env in /tmp/coclo (or /coclo if you edit it from the container), and then if all goes well you can mount & start everything with:

cd /coclo/
please.sh ./configuration.env start_all

Warnings

The environment variable CLOUDSDK_CORE_DISABLE_PROMPTS is set to true; if you want to get back the usual gcloud interactiveness you may want to:

unset CLOUDSDK_CORE_DISABLE_PROMPTS

Tag summary

Content type

Image

Digest

Size

1.4 GB

Last updated

over 9 years ago

docker pull hammerlab/coclobas