LinDB on GitHub
  1. Getting Started
  2. Docker

Install Docker

LinDB has image for Linux on Docker Hub.

Before we start, you will need to install Docker. You can find guides for your platform on the official documentation.

LinDB image

Once Docker is installed, you will need to pull LinDB's image from Docker Hub and create a container. You can do both in one command using docker run:

Terminal
docker run -p 9000:9000 lindata/lindb:v0.3.1 lind standalone run

Options

ArgumentDescription
-pPort to publish to the host
-p parameter

This parameter will publish a port to the host, you can specify:

Container status

You can check the status of your container with docker ps. It also lists the ports we published:

Terminal
docker ps
Terminal
CONTAINER ID        IMAGE                  COMMAND                 CREATED          STATUS            PORTS                    NAMES
4edf08ac89dc        lindata/lindb:v0.3.1   "lind standalone run"   2 minutes ago    Up 2 minutes      0.0.0.0:9000->9000/tcp   lindb

Learn more

Looking for next steps to write/read data, see: