Sign inSign up

newnius/git-cli

By newnius

Updated over 6 years ago

Image
0

463

newnius/git-cli repository overview

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

Tag summary

Content type

Image

Digest

Size

10.7 MB

Last updated

over 6 years ago

docker pull newnius/git-cli