run git clone from docker. For use on RancherOS or any OS without git installed.
516
A useful simple git container running in alpine Linux, especially for tiny Linux distro, such as RancherOS, which doesn't have a package manager.
alias git="docker run -ti --rm -v $(pwd):/git dbrosy/docker-git-alpine"
git clone https://github.com/dbrosy/rancher-server.git
All Credit to "github.com/BWITS" for this easy solution I have customised for my needs, feel free to use
Content type
Image
Digest
Size
10.8 MB
Last updated
almost 9 years ago
docker pull dbrosy/docker-git-alpine