mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-16 18:56:43 +00:00
add git-cli
This commit is contained in:
12
git-cli/README.md
Normal file
12
git-cli/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Run git client in docker
|
||||
|
||||
## Deploy
|
||||
|
||||
```bash
|
||||
docker run \
|
||||
--name git-cli \
|
||||
--mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
|
||||
--mount type=bind,src=/data/,dst=/data/ \
|
||||
newnius/git-cli git push origin
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user