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
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ If you don't know much about Docker or want to just get started as easily as pos
64
64
* Included in this repo is a shell script ([mongodb8_cpu_support_check.sh](./mongodb8_cpu_support_check.sh)) which can be executed to test for the required CPU features
65
65
* If this script indicates that your CPU is not supported, check out the [KNOWN ISSUES section on this for clean installs](./KNOWN_ISSUES.md#clean-install) for how you can proceed with the v6 controller image.
66
66
1.**Picking an image tag**
67
-
* Most people will want to use a major.minor tag version (i.e. - `6.0`) as this is the safest option and can almost certainly be considered to be non-breaking when a new version of the image is available.
67
+
* Most people will want to use a major.minor tag version (i.e. - `6.1`) as this is the safest option and can almost certainly be considered to be non-breaking when a new version of the image is available.
68
68
* If updating the tag between minor versions is not ideal for you, there is also the major tag version (i.e. - `5`) which should be safe from most non-breaking changes.
69
-
***USING THE `latest` TAG IS A BAD IDEA - DO NOT DO IT!** Using `latest` may upgrade you to a newer version (i.e. - `5.15` to `6.0`) when it comes out and there is no guarantee that there will not be potentially breaking changes between those versions! Instead, use one of the two tag types above.
69
+
***USING THE `latest` TAG IS A BAD IDEA - DO NOT DO IT!** Using `latest` may upgrade you to a newer version (i.e. - `5.15` to `6.1`) when it comes out and there is no guarantee that there will not be potentially breaking changes between those versions! Instead, use one of the two tag types above.
70
70
*~~If you need to create PDF reports from the controller, there are [tags with Chromium](#tags-with-chromium) as that is required to generate them. Those images are much larger and only available for `amd64` so only use them if you really need that functionality.~~ Reports are now CSV and XLSX so they do not require Chromium.
71
71
1.**Picking your networking mode**
72
72
* There are three main options regarding how your container is exposed to your network, which is required to manage your TP-Link Omada enabled devices:
@@ -80,11 +80,11 @@ If you don't know much about Docker or want to just get started as easily as pos
80
80
* There are several ways to run your controller container:
81
81
*[docker run...](#example-usage)
82
82
* Examples for both host (_preferred_) and bridge network modes
83
-
* Uses the latest major.minor (i.e. - `6.0`) tag
83
+
* Uses the latest major.minor (i.e. - `6.1`) tag
84
84
* Only requires Docker to be set up
85
85
*[docker compose](#using-docker-compose)
86
86
* Examples for both host (_preferred_) and bridge network modes
87
-
* Uses the latest major.minor (i.e. - `6.0`) tag
87
+
* Uses the latest major.minor (i.e. - `6.1`) tag
88
88
* Requires Docker and [Docker Compose](https://docs.docker.com/compose/) to be set up
89
89
*[k8s](#using-k8s)
90
90
* Deployment is k8s is an advanced topic; only use this if you know what you are doing and can support yourself.
@@ -131,7 +131,8 @@ For a full tag list, search the [Docker Hub tags list](https://hub.docker.com/r/
131
131
132
132
| Tag(s) | Major.Minor Release | Current Version |
@@ -156,7 +158,7 @@ If for some reason you can't use the multi-arch tags, there are explicitly tagge
156
158
157
159
### Explicit Version Tags
158
160
159
-
If you need a specific version of the controller, starting with 5.13 and 5.14, there are explicitly tagged images with the exact version (i.e. - `6.0.0.25`) in the tag name. Check [Docker Hub](https://hub.docker.com/r/mbentley/omada-controller/tags) for the full list of tags.
161
+
If you need a specific version of the controller, starting with 5.13 and 5.14, there are explicitly tagged images with the exact version (i.e. - `6.1.0.19`) in the tag name. Check [Docker Hub](https://hub.docker.com/r/mbentley/omada-controller/tags) for the full list of tags.
160
162
161
163
## Archived Tags
162
164
@@ -227,10 +229,10 @@ There are some differences between the build steps for `amd64`, `arm64`, and `ar
227
229
```
228
230
docker build \
229
231
--build-arg BASE=mbentley/ubuntu:24.04 \
230
-
--build-arg INSTALL_VER="6.0.0.25" \
232
+
--build-arg INSTALL_VER="6.1.0.19" \
231
233
--build-arg ARCH="amd64" \
232
234
-f Dockerfile \
233
-
-t mbentley/omada-controller:6.0-amd64 .
235
+
-t mbentley/omada-controller:6.1-amd64 .
234
236
```
235
237
236
238
### `arm64`
@@ -240,10 +242,10 @@ There are some differences between the build steps for `amd64`, `arm64`, and `ar
240
242
```
241
243
docker build \
242
244
--build-arg BASE=mbentley/ubuntu:24.04 \
243
-
--build-arg INSTALL_VER="6.0.0.25" \
245
+
--build-arg INSTALL_VER="6.1.0.19" \
244
246
--build-arg ARCH="arm64" \
245
247
-f Dockerfile \
246
-
-t mbentley/omada-controller:6.0-arm64 .
248
+
-t mbentley/omada-controller:6.1-arm64 .
247
249
```
248
250
249
251
### `armv7l`
@@ -281,7 +283,7 @@ docker run -d \
281
283
-e TZ=Etc/UTC \
282
284
-v omada-data:/opt/tplink/EAPController/data \
283
285
-v omada-logs:/opt/tplink/EAPController/logs \
284
-
mbentley/omada-controller:6.0
286
+
mbentley/omada-controller:6.1
285
287
```
286
288
287
289
### Using port mapping
@@ -306,7 +308,7 @@ docker run -d \
306
308
-e TZ=Etc/UTC \
307
309
-v omada-data:/opt/tplink/EAPController/data \
308
310
-v omada-logs:/opt/tplink/EAPController/logs \
309
-
mbentley/omada-controller:6.0
311
+
mbentley/omada-controller:6.1
310
312
```
311
313
312
314
### Using non-default ports
@@ -370,7 +372,7 @@ The Helm charts are published to [mbentley/omada-controller-helm](https://hub.do
370
372
|`PORT_MANAGER_V2`|`29814`|`1024`-`65535`| Omada Controller and Omada Discovery Utility manage the Omada devices running firmware fully adapted to Omada Controller v5*| >= `5.x`|
371
373
|`PORT_TRANSFER_V2`|`29815`|`1024`-`65535`| Omada Controller receives Device Info and Packet Capture files from the Omada devices | >= `5.9`|
372
374
|`PORT_RTTY`|`29816`|`1024`-`65535`| Omada Controller establishes the remote control terminal session with the Omada devices | >= `5.9`|
373
-
|`PORT_DEVICE_MONITOR`|`29817`|`1024`-`65535`| Omada Controller ??? (currently unknown the full purpose) | >= `6.0`|
375
+
|`PORT_DEVICE_MONITOR`|`29817`|`1024`-`65535`| Omada Controller ??? (currently unknown the full purpose) | >= `06.0`|
374
376
|`PUID`|`508`|_any_| Set the `omada` process user ID ` | >= `3.2`|
375
377
|`PUSERNAME`|`omada`|_any_| Set the username for the process user ID to run as | >= `5.0`|
376
378
|`ROOTLESS`|`false`|`true`, `false`| Sets the entrypoint for [rootless mode](#running-rootless)| >= `5.14`|
0 commit comments