This website works better with JavaScript.
Explore
Help
Register
Sign In
cloudfreexiao
/
zeus
Watch
1
Star
0
Fork
You've already forked zeus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2ebfd2654c
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2ebfd2654c'
${ noResults }
zeus
/
docker
/
tidb
/
pd
/
Dockerfile
10 lines
102 B
Docker
Raw
Blame
History
FROM
alpine:3.5
ADD
bin/pd-server /pd-server
WORKDIR
/
EXPOSE
2379 2380
ENTRYPOINT
[
"/pd-server"
]
Reference in New Issue
View Git Blame
Copy Permalink