Sign inSign up

bluepantsdev/gitlfs

By bluepantsdev

Updated over 2 years ago

A small archlinux image with `git` and `git-lfs` for containerized `git` operations.

Image
Integration & delivery
Developer tools
Databases & storage
0

2.4K

bluepantsdev/gitlfs repository overview

docker-gitlfs

A small archlinux image with git and git-lfs for containerized git operations.

Usage

Use the podman-compose.yml file to start a container with the current directory mounted at /workdir in the container.

podman-compose up

Change the podman-compose.yml file to suit your needs particularly the volumes section.

Build and Run

(podman|docker) build -t <your_repo_url>/gitlfs:latest .
(podman|docker) run -v ~/config:/config -v ~/data:/data <your_repo_url>/gitlfs:latest

License

TBD

Authors

Shaun @ Bluepants.dev

Tag summary

Content type

Image

Digest

sha256:b3eebf60d

Size

117.9 MB

Last updated

over 2 years ago

docker pull bluepantsdev/gitlfs