Sign inSign up

tribunex/git-pull-pi

By tribunex

Updated almost 6 years ago

This container can be used to update a git repository to the latest version.

Image
0

510

tribunex/git-pull-pi repository overview

Pull a git repo with this docker container

This ARM compatible container can be used to pull the latest version for a git repository. The repository must be mounted into the /config folder within the container.

Simply run it and it will perform the following commands:

git fetch
git reset --hard origin/master

Usage example

I am currently using it to update my home assistant configuration from within home assistant. This container is triggered by my home assistant instance with ha-dockermon

Tag summary

Content type

Image

Digest

Size

13.7 MB

Last updated

almost 6 years ago

docker pull tribunex/git-pull-pi