mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 20:56:40 +02:00
adds update instructions
This commit is contained in:
19
README.md
19
README.md
@@ -46,3 +46,22 @@ For custom application, put the contents in the `/chevereto` folder before build
|
||||
```sh
|
||||
docker build -t tag . -f httpd-php.Dockerfile --build-arg CHEVERETO_LICENSE=<license>
|
||||
```
|
||||
|
||||
## Updating
|
||||
|
||||
* Add the main template repository as remote `template`
|
||||
|
||||
This is required just once.
|
||||
|
||||
```sh
|
||||
git remote add template https://github.com/chevereto/container-builder
|
||||
```
|
||||
|
||||
* Fetch `template` and merge it with `main`
|
||||
|
||||
This will pull all updates.
|
||||
|
||||
```sh
|
||||
git fetch --all
|
||||
git merge template/main
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user