Skip to content

Commit c21479d

Browse files
authoredAug 11, 2022
Update README.md
1 parent 28f2c13 commit c21479d

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed
 

‎README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,33 @@ If you do need to make an update to Lighthouse, here are some cases where that m
1515
The easiest way to run Lighthouse is via [Petabridge's official Lighthouse Docker images on Docker Hub](https://hub.docker.com/r/petabridge/lighthouse):
1616

1717

18-
**Linux Images**
18+
### Linux Images
19+
20+
#### AMD64
21+
22+
```
23+
docker pull petabridge/lighthouse:latest
24+
```
25+
26+
or
27+
1928
```
2029
docker pull petabridge/lighthouse:linux-latest
2130
```
2231

23-
**Windows Images**
32+
#### ARM64
33+
34+
```
35+
docker pull petabridge/lighthouse:arm64-latest
36+
```
37+
38+
### Windows Images
39+
2440
```
2541
docker pull petabridge/lighthouse:windows-latest
2642
```
2743

28-
All of these images run lighthouse on top of .NET Core 2.1 and expose the Akka.Cluster TCP endpoint on port 4053 by default. These images also come with [`Petabridge.Cmd.Host` installed](https://cmd.petabridge.com/articles/install/host-configuration.html) and exposed on TCP port 9110.
44+
All of these images run lighthouse on top of .NET 6 and expose the Akka.Cluster TCP endpoint on port 4053 by default. These images also come with [`Petabridge.Cmd.Host` installed](https://cmd.petabridge.com/articles/install/host-configuration.html) and exposed on TCP port 9110.
2945

3046
> Linux images also come with [the `pbm` client](https://cmd.petabridge.com/articles/install/index.html) installed as a global .NET Core tool, so you can remotely execute `pbm` commands inside the containers themselves without exposing `Petabridge.Cmd.Host` over the network.
3147
>

0 commit comments

Comments
 (0)
Please sign in to comment.