Skip to content

jeanlaurent/git-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Git

docker build . -t git

you need to mount the /output to access files like in

docker run -v ${PWD}:/output git clone https://github.com/jeanlaurent/redirect-custom-handler.git

If you need to clone private repository you have to mount your ~/.ssh

docker run -v ${PWD}:/output -v ${HOME}/.ssh/:/root/.ssh git clone [email protected]:jeanlaurent/redirect-custom-handler.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published