docker run -d --name gitsync \
-e GITSYNC_DIR=/repos/repo \
-e GITSYNC_URL=https://github.com/user/repo.git \
-v ~/some/dir:/repos/repo \
cloudtype/gitsync
docker run -d --name gitsync \
-e GITSYNC_DIR=/repos/repo \
-e GITSYNC_URL=https://github.com/user/repo.git \
-e GITSYNC_BRANCH=master \
-e GITSYNC_HASH=4acf9caa2790ca16a3e166f30e1b3d571d20078d9cf0885c212dfe49a055ce042b \
-v ~/some/dir:/repos/repo \
cloudtype/gitsync
Content type
Image
Digest
Size
51.3 MB
Last updated
almost 5 years ago
docker pull cloudtype/gitsync