Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile to build tidb-server #526

Closed
wants to merge 3 commits into from
Closed

Add Dockerfile to build tidb-server #526

wants to merge 3 commits into from

Commits on Nov 5, 2015

  1. Add Dockerfile to build tidb-server

    You must install docker first, then
    
    docker build --rm -t tidb-server .
    
    after build success, you may see images via
    
    docker images
    
    docker run -d --name tidb-server tidb-server
    
    Signed-off-by: ZhiFeng Hu <[email protected]>
    netroby committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    afd2e79 View commit details
    Browse the repository at this point in the history
  2. Fix apk del problem

    Signed-off-by: ZhiFeng Hu <[email protected]>
    netroby committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    e2397f0 View commit details
    Browse the repository at this point in the history
  3. Fixes apk del lua5.2-posix

    The pre-built docker container will be available on
    
    https://hub.docker.com/r/netroby/docker-tidb/
    
    Only ~52.61MB
    
    Signed-off-by: ZhiFeng Hu <[email protected]>
    netroby committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    d87f5f1 View commit details
    Browse the repository at this point in the history