Sign inSign up

dbrosy/docker-git-alpine

By dbrosy

Updated almost 9 years ago

run git clone from docker. For use on RancherOS or any OS without git installed.

Image
0

516

dbrosy/docker-git-alpine repository overview

docker-git-alpine

A useful simple git container running in alpine Linux, especially for tiny Linux distro, such as RancherOS, which doesn't have a package manager.

Installation
alias git="docker run -ti --rm -v $(pwd):/git dbrosy/docker-git-alpine"
usage
git clone https://github.com/dbrosy/rancher-server.git
Credits

All Credit to "github.com/BWITS" for this easy solution I have customised for my needs, feel free to use

Tag summary

Content type

Image

Digest

Size

10.8 MB

Last updated

almost 9 years ago

docker pull dbrosy/docker-git-alpine