Skip to content
Discussion options

You must be logged in to vote

Pull the image:
docker pull mbentley/omada-controller:5.13

Stop the container (replace omada-controller with whatever the container name is):
docker stop -t 60 omada-controller

See this for understanding why we specify a stop timeout.

Remove the container:
docker rm omada-controller

Re-create the container using whatever method you want, such as docker run... or docker compose up... or using whatever container launching tool you want.

So why the .tar.gz...
So the software inside the container has no idea that it is containerized so the controller software thinks it has been downloaded as a gzipped tarball, which is what the image originally uses to download the software so upgrading if yo…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mbentley
Comment options

Answer selected by mbentley
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants