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
3. Resolve the user home directory permissions issue.
26
24
27
-
[More Details](26/README.md)
28
-
29
-
## Ordinals Ord Docker Image
30
-
31
-
This Docker image is built to run ordinals ord.
32
-
33
-
Highlight:
34
-
1. Build the image based on the alpine image.
35
-
2. Run lnd as a non-root user.
36
-
3. Resolve the user home directory permissions issue.
37
-
38
-
[More Details](ord/README.md)
39
-
40
-
## Lightning LND Docker Image
41
-
42
-
This Docker image is based on [lightninglabs/lnd](https://hub.docker.com/r/lightninglabs/lnd) and adds some customizations.
43
-
44
-
Highlight:
45
-
1. Build the image based on the lightninglabs/lnd image.
46
-
2. Run lnd as a non-root user.
47
-
3. Resolve the user home directory permissions issue.
48
-
49
-
[More Details](lnd/README.md)
50
-
51
-
## Lightning Taproot Assets Docker Image
52
-
53
-
This Docker image is based on [lightninglabs/taproot-assets](https://hub.docker.com/r/lightninglabs/taproot-assets) and adds some customizations.
54
-
55
-
Highlight:
56
-
1. Build the image based on the lightninglabs/taproot-assets image.
57
-
2. Run lnd as a non-root user.
58
-
3. Resolve the user home directory permissions issue.
59
-
60
-
[More Details](tapd/README.md)
61
-
62
-
## Lightning Terminal Docker Image
63
-
64
-
This Docker image is based on [lightninglabs/lightning-terminal](https://hub.docker.com/r/lightninglabs/lightning-terminal) and adds some customizations.
65
-
66
-
Highlight:
67
-
1. Build the image based on the lightninglabs/lightning-terminal image.
68
-
2. Run lnd as a non-root user.
69
-
3. Resolve the user home directory permissions issue.
This is a project that includes multiple images, each with its own features and usage.
4
+
5
+
## Image List
6
+
7
+
-[Lnd Images](lnd/README.md)
8
+
-[Taproot Assets Images](tapd/README.md)
9
+
-[Lightning Terminal Images](litd/README.md)
10
+
11
+
## Lightning LND Docker Image
12
+
13
+
This Docker image is based on [lightninglabs/lnd](https://hub.docker.com/r/lightninglabs/lnd) and adds some customizations.
14
+
15
+
Highlight:
16
+
1. Build the image based on the lightninglabs/lnd image.
17
+
2. Run lnd as a non-root user.
18
+
3. Resolve the user home directory permissions issue.
19
+
20
+
[More Details](lnd/README.md)
21
+
22
+
## Lightning Taproot Assets Docker Image
23
+
24
+
This Docker image is based on [lightninglabs/taproot-assets](https://hub.docker.com/r/lightninglabs/taproot-assets) and adds some customizations.
25
+
26
+
Highlight:
27
+
1. Build the image based on the lightninglabs/taproot-assets image.
28
+
2. Run lnd as a non-root user.
29
+
3. Resolve the user home directory permissions issue.
30
+
31
+
[More Details](tapd/README.md)
32
+
33
+
## Lightning Terminal Docker Image
34
+
35
+
This Docker image is based on [lightninglabs/lightning-terminal](https://hub.docker.com/r/lightninglabs/lightning-terminal) and adds some customizations.
36
+
37
+
Highlight:
38
+
1. Build the image based on the lightninglabs/lightning-terminal image.
39
+
2. Run lnd as a non-root user.
40
+
3. Resolve the user home directory permissions issue.
0 commit comments