# tiledb-docker **Repository Path**: mirrors_crs4/tiledb-docker ## Basic Information - **Project Name**: tiledb-docker - **Description**: This repo contains the docker image for tiledb with Python API and support for hdfs - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TileDB Docker image with Python API and HDFS How to build: ``` ./build.sh ``` How to use: ``` docker run -it --rm tdmproject/tiledb bash -l ``` How to use with docker-compose: ``` docker-compose up -d #hdfs address: hdfs://namenode:8020 docker exec -it tdmproject/tiledb bash -l ```