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
+19-3
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,33 @@ If you do need to make an update to Lighthouse, here are some cases where that m
15
15
The easiest way to run Lighthouse is via [Petabridge's official Lighthouse Docker images on Docker Hub](https://hub.docker.com/r/petabridge/lighthouse):
16
16
17
17
18
-
**Linux Images**
18
+
### Linux Images
19
+
20
+
#### AMD64
21
+
22
+
```
23
+
docker pull petabridge/lighthouse:latest
24
+
```
25
+
26
+
or
27
+
19
28
```
20
29
docker pull petabridge/lighthouse:linux-latest
21
30
```
22
31
23
-
**Windows Images**
32
+
#### ARM64
33
+
34
+
```
35
+
docker pull petabridge/lighthouse:arm64-latest
36
+
```
37
+
38
+
### Windows Images
39
+
24
40
```
25
41
docker pull petabridge/lighthouse:windows-latest
26
42
```
27
43
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.
29
45
30
46
> 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.
0 commit comments