git-flow, map vol to /var/git-repo-home
100K+
#gitflow-docker git-flow in a container
I got annoyed getting git-flow to work on Windows, so put it in a Docker Container.
Inspiration taken from: Jess' blog
#Quickstart
Docker CLI
docker run --rm -v `pwd`:/var/git-repo-home \
kramos/gitflow \
<your gitflow command line>
Content type
Image
Digest
sha256:a8e804ecb…
Size
99.2 MB
Last updated
almost 11 years ago
docker pull kramos/gitflow-docker