Skip to content

Commit d5d8a4c

Browse files
committed
Add section about architectures
1 parent c2c0e6f commit d5d8a4c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
A docker image to run Astroneer Dedicated Server using a modified version of [AstroTuxLauncher](https://github.com/birdhimself/AstroTuxLauncher). The source code is [available on GitHub](https://github.com/birdhimself/astroneer-docker/).
77

8+
**Supports encryption as well as Intel/AMD and ARM CPUs.**
9+
810
## Compose
911

1012
```yaml
@@ -22,6 +24,8 @@ services:
2224
2325
## Variants
2426
27+
### Registries
28+
2529
The image is available from both **ghcr.io** and **docker.io**:
2630
2731
| Registry | Full image name |
@@ -36,6 +40,10 @@ The image is available from both **ghcr.io** and **docker.io**:
3640
| `latest` | Latest version for general use. Recommended in most cases. |
3741
| `experimental` | Version with experimental features and changes. Will eventually become `latest`. |
3842

43+
### Architectures
44+
45+
This image support both `amd64` (Intel/AMD CPUs) and `arm64` (e.g. Raspberry Pi, Apple) architectures. The correct image variant should be pulled automatically.
46+
3947
## Encryption support
4048

4149
As of Wine 10.6 and GnuTLS 3.8.3, server encryption is supported. If you don't want to use encryption, you can disable it by setting `DISABLE_ENCRYPTION=true` in your `compose.yml`.

0 commit comments

Comments
 (0)