Skip to content
Discussion options

You must be logged in to vote

That's not the container restarting, that looks like the cloud connection resetting. You would see the container's uptime show this if the container restarted:

docker ps | grep -E '(^CONTAINER ID)|(omada-controller)'
CONTAINER ID   IMAGE                            COMMAND                  CREATED        STATUS       PORTS                                    NAMES
de62854ebcab   mbentley/omada-controller:5.15   "/entrypoint.sh java…"   3 hours ago    Up 3 hours                                            omada-controller

You can see here that this container's been running for 3 hours so it hasn't been restarting. You would also see the container's entrypoint startup messages in the logs if …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jacekdom
Comment options

@jacekdom
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