File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
4- export DATAHUB_VERSION=${DATAHUB_VERSION:- 9829576 }
4+ export DATAHUB_VERSION=${DATAHUB_VERSION:- head }
55cd $DIR && docker-compose pull && docker-compose -p datahub up
Original file line number Diff line number Diff line change 22
33# Quickstarts an Ember-serving variant of DataHub by pulling all images from dockerhub and then running the containers locally.
44DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
5- export DATAHUB_VERSION=${DATAHUB_VERSION:- 9829576 }
5+ export DATAHUB_VERSION=${DATAHUB_VERSION:- head }
66cd $DIR && docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.ember.yml pull && docker-compose -p datahub \
77 -f docker-compose.yml \
88 -f docker-compose.override.yml \
Original file line number Diff line number Diff line change 33# Quickstarts DataHub by pulling all images from dockerhub and then running the containers locally. No images are
44# built locally. Note: by default this pulls the latest (head) version; you can change this to a specific version by setting
55# the DATAHUB_VERSION environment variable.
6- export DATAHUB_VERSION=${DATAHUB_VERSION:- 9829576 }
6+ export DATAHUB_VERSION=${DATAHUB_VERSION:- head }
77DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
88cd $DIR && docker-compose pull && docker-compose -p datahub up
You can’t perform that action at this time.
0 commit comments