Dockerfiles/git-cli/README.md
2020-03-04 22:44:03 +08:00

227 B

Run git client in docker

Deploy

docker run \
	--name git-cli \
	--mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
	--mount type=bind,src=/data/,dst=/data/ \
	newnius/git-cli git push origin