Sign inSign up

kramos/gitflow-docker

By kramos

•Updated almost 11 years ago

git-flow, map vol to /var/git-repo-home

Image
2

100K+

kramos/gitflow-docker repository overview

#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

  1. Change to directory where you have the git repo you want to use git-flow on
  2. run
  • Docker CLI

        docker run --rm -v `pwd`:/var/git-repo-home \
               kramos/gitflow \
               <your gitflow command line>
    

Tag summary

Content type

Image

Digest

sha256:a8e804ecb…

Size

99.2 MB

Last updated

almost 11 years ago

docker pull kramos/gitflow-docker