Docker
The repository that contains the Docker files for TileDB:
Note that this contains only the TileDB core (C/C++) library and the Python bindings. The reason we exclude all the other bindings (e.g., Java) is to keep the Docker image size relatively small.
Running Docker
Download the prebuilt Docker images from Dockerhub:
https://hub.docker.com/r/tiledb/tiledb/
Building Docker
Install the Docker daemon from https://www.docker.com/community-edition
Clone the
TileDB-Docker
repo and build the images:
There is also a tiledb:dev
image if you'd like the latest and greatest (but potentially unstable) TileDB version.
To run:
Optional components
If you'd like to build TileDB with optional components such as HDFS support, use the enable
build argument when building the images, e.g.:
Last updated