Skip to content

Commit db6d81f

Browse files
committed
docs: update README.md to latest
1 parent 2a5d596 commit db6d81f

File tree

3 files changed

+64
-50
lines changed

3 files changed

+64
-50
lines changed

README.md

Lines changed: 4 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ This is a project that includes multiple images, each with its own features and
44

55
## Image List
66

7-
- [Bitcoin Core Docker Image](26/README.md)
8-
- [Ord Docker Image](ord/README.md)
9-
- [Lnd Images](lnd/README.md)
10-
- [Taproot Assets Images](tapd/README.md)
11-
- [Lightning Terminal Images](litd/README.md)
7+
- [Bitcoin Core Docker Image](27/README.md)
8+
- [ordinals Docker Image](layer1/ordinals/README.md)
9+
- [Lightning network Images](layer2/lightning_network/README.md)
1210

1311
## Bitcoin Core Docker Image
1412

@@ -24,48 +22,4 @@ Highlight:
2422
2. Run lnd as a non-root user.
2523
3. Resolve the user home directory permissions issue.
2624

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.
70-
71-
[More Details](litd/README.md)
25+
[More Details](27/README.md)

layer1/ordinals/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# geekwho-eth/bitcoin-core
2+
3+
This is a project that includes multiple images, each with its own features and usage.
4+
5+
## Image List
6+
7+
- - [Ord Docker Image](ord/README.md)
8+
9+
## Ordinals Ord Docker Image
10+
11+
This Docker image is built to run ordinals ord.
12+
13+
Highlight:
14+
1. Build the image based on the alpine image.
15+
2. Run lnd as a non-root user.
16+
3. Resolve the user home directory permissions issue.
17+
18+
[More Details](ord/README.md)

layer2/lightning_network/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# geekwho-eth/bitcoin-core
2+
3+
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.
41+
42+
[More Details](litd/README.md)

0 commit comments

Comments
 (0)