Replies: 4 comments 5 replies
-
PS I could have a go at this but not sure about whether to use bridged, guess Chromium is the safest Docker file, maybe this should be the default? |
Beta Was this translation helpful? Give feedback.
-
This is mostly covered under this section of the readme (https://github.com/mbentley/docker-omada-controller?tab=readme-ov-file#example-usage) but it doesn't reference the compose files, which would be easy enough to add. The tricky part is that the README is so massive at this point that it's almost becoming hard to find information. Maybe it's time to create a quickstart guide for those who really don't want to understand all of the nitty gritty details. Host networking should be the default because it’s simple. The chromium image only works for amd64 and is only needed if people want to generate reports. |
Beta Was this translation helpful? Give feedback.
-
So I just took a quick stab at a Quickstart guide in this branch: https://github.com/mbentley/docker-omada-controller/tree/add-quickstart Take a look and let me know if there are other topics that you think should be included. |
Beta Was this translation helpful? Give feedback.
-
I merged in the quickstart guide in here: #590 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Feature/Enhancement/Idea
It might be good to add a section to the README with a simple 'HOWTO' explaining how to build the standard AMD64 and which Docker Compose file to use (dridged/defailt) for people who are not Docker experts. Additionally, perhaps we could use the Chromium Docker file.
Need to stress that you should build yourself, lots of YouTube videos around using standard Docker images.
I managed to work this out, and it was not difficult, but it took me a while.
Think this would be good for people who have used Docker Compose a bit (probably option to mention) but are not experts and just want to get it up and running.
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions