TileDB-Inc/TileDB-Docker

Name: TileDB-Docker

Owner: TileDB, Inc.

Description: Docker files for TileDB

Created: 2017-06-09 17:54:48.0

Updated: 2018-03-22 20:47:58.0

Pushed: 2018-03-22 20:47:57.0

Homepage: null

Size: 32

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TileDB-Docker

Build Status

This repository contains the Docker files for TileDB.

Download prebuilt Docker images from Dockerhub:

https://hub.docker.com/r/tiledb/tiledb/

er pull tiledb/tiledb:<version>
er run -it tiledb/tiledb:<version>
 TileDB-<version>/build/examples/c_api
tiledb_version_c
DB v<version>
Instructions
  1. Install the Docker daemon from https://www.docker.com/community-edition

  2. Clone the TileDB-Docker repo and build the images:

    clone https://github.com/TileDB-Inc/TileDB-Docker
    ileDB-Docker
    er build -t tiledb:base base
    er build -t tiledb:release release
    

There is also a tiledb:dev image if you'd like the latest and greatest (but potentially unstable) TileDB version.

To run:

docker run -it tiledb:release
cd ./build/examples
./tiledb_version
Optional components

If you'd like to build TileDB with optional components such as HDFS or S3 support, use the enable build argument when building the images, e.g.:

docker build --build-arg enable=s3,hdfs -t tiledb:release

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.