Sign inSign up

jgpelaez/git-lfs

By jgpelaez

Updated almost 11 years ago

Docker image with git lfs installed.

Image
2

10K+

jgpelaez/git-lfs repository overview

Docker image with git lfs installed.

https://github.com/github/git-lfs

Usage

Run entering the container:

docker run -ti -v $(pwd):/src jgpelaez/git-lfs /bin/bash

And inside the container

root@b3cec4e0e668:/src# git lfs

The current folder (pwd) will be mapped to the src in the container.

For delete stopped containers you can do:

sudo docker rm -f $(sudo docker ps -a -q)

Tag summary

Content type

Image

Digest

sha256:f3b285d02

Size

95.5 MB

Last updated

almost 11 years ago

docker pull jgpelaez/git-lfs