This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
0076c181c7
k3s
/
contrib
/
git-sync
/
Dockerfile
5 lines
95 B
Docker
Raw
Blame
History
FROM
golang:1.4-onbuild
VOLUME
[
"/git"
]
ENV
GIT_SYNC_DEST /git
ENTRYPOINT
[
"/go/bin/git-sync"
]
Reference in New Issue
View Git Blame
Copy Permalink