Skip to content

Commit c96ca40

Browse files
committed
update documentation
1 parent eae9989 commit c96ca40

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

+6-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
![logo](logo.png)
2-
3-
Docker Builder - Docker image
4-
=============================
5-
6-
DISCLAIMER: As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support on Patreon.
7-
8-
The purpose of this project is to build a Docker image on demand but can be used to launch a process on demand that can interact with docker.
9-
10-
When receiving a message on http protocole, daemon is executed to interprete JSON body message and send to `/root/update.sh` script
11-
12-
Usage
13-
-----
14-
15-
```
16-
docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock test
17-
```
18-
1+
> [!CAUTION]
2+
> As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.
3+
4+
> [!NOTE]
5+
> (This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)
6+
197
- If you want to add your git keys, add `-v "$HOME/.ssh/:/root/.ssh/"`
208
- If you want to crossbuild architectures, add `-v "/usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static"` and so on...
219
- If you want to push compiled images, you may need to add `-v $HOME/.docker/config.json:/root/.docker/config.json`

0 commit comments

Comments
 (0)