Skip to content

yeya24/tidb-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

tidb-playground

Dockerfile for tidb playground using tiup

The image is available at https://hub.docker.com/repository/docker/yeya24/tidb-playground.

Usage

Start container

docker run -d -p 4000:4000 -p 2379:2379 yeya24:tiup-playground:latest

After few seconds we can check the logs of the container to make sure our TiDB cluster is up and running.

check-logs

Access TiDB

Using the database cli to access TiDB.

cli

Access TiDB dashboard

Go to localhost:2379/dashboard to access TiDB dashboard.

dashboard

About

Dockerfile for tidb playground using tiup

Resources

Stars

Watchers

Forks

Packages

No packages published