mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 06:04:25 +01:00
documentation update for docker
This commit is contained in:
12
Readme.md
12
Readme.md
@@ -165,3 +165,15 @@ Supported authentication methods are `native` and `nip98`. The `nip98` authentic
|
|||||||
* `git fetch pear`
|
* `git fetch pear`
|
||||||
2. From there she can do
|
2. From there she can do
|
||||||
* `git diff pear/feat/david` or `git pull pear feat/david` ... merge to master and push to `pear`
|
* `git diff pear/feat/david` or `git pull pear feat/david` ... merge to master and push to `pear`
|
||||||
|
|
||||||
|
|
||||||
|
## Migrate existing public repository to gitpear
|
||||||
|
Docker image automatically clones the repository and exposes it over http and pear.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
```
|
||||||
|
git clone https://github.com/dzdidi/gitpear.git
|
||||||
|
cd gitpear
|
||||||
|
docker build -t gitpear .
|
||||||
|
docker run -it -p 80:80 -e REPO_URL=https://github.com/dzdidi/repo.git gitpear
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user