You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-18
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,9 @@
1
-

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
+
19
7
- If you want to add your git keys, add `-v "$HOME/.ssh/:/root/.ssh/"`
20
8
- If you want to crossbuild architectures, add `-v "/usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static"` and so on...
21
9
- If you want to push compiled images, you may need to add `-v $HOME/.docker/config.json:/root/.docker/config.json`
0 commit comments