Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Build and Run

Yasser Elsayed edited this page Oct 17, 2016 · 22 revisions

This page outlines the steps to build the sources and run DataLab locally. As a starting point, make sure you have a fully initialized environment.

Building the Container

The next step is to package those build outputs into a docker container.

cd $REPO_DIR/containers/datalab
./build.sh

Running

You can run the docker container locally.

cd $REPO_DIR/containers/datalab
./run.sh [shell]

Then connect to http://127.0.0.1:8081/ from your browser.

The optional shell flag causes the container to start, but stop at the command prompt inside the container, i.e. not start the DataLab server automatically. From within the shell, you can inspect the docker container content, manually start/stop DataLab without killing the running the container instance. This allows making tactical changes within the built container and re-running.