Skip to content

ridedott/bigtable-emulator-docker

Repository files navigation

bigtable-emulator

A Docker image running the Google Cloud Bigtable emulator.

Usage

From GitHub Packages Registry

docker pull ghcr.io/ridedott/cloud-bigtable-emulator:latest
docker run ridedott/cloud-bigtable-emulator:latest

Getting Started

These instructions will get you an instance of the Google Cloud Bigtable emulator running on your local machine for testing purposes.

Prerequisites

Minimal requirements to set up the project:

Building

docker build .

Contributing

See CONTRIBUTING.md.

Built with

Automation

Versioning

This project reflects Google's bigtable emulator gcloud component versioning. Using the gcloud CLI utility, the current bigtable emulator version can be obtained by running the following command:

gcloud components list --filter bigtable --format="value(latest_version_string)"