lcwangchao / tidb-playground

Dockerfile for tidb playground using tiup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiup-playground

Dockerfile for tidb playground using tiup

The image is available at https://hub.docker.com/r/sunnyandpj/tidb_playground.

Usage

Build Images

docker build -f Dockerfile -t tiup-playground .

Start container

docker run -d -p 4000:4000 -p 2379:2379 {image id}

About

Dockerfile for tidb playground using tiup


Languages

Language:Dockerfile 100.0%