Skip to content
Swiss federal authorities

Check State of the sedex-Client Container🔗

Health state of the container🔗

The sedex-Client container indicates its own health state. This health state can be monitored and displayed with standard Docker container means, e.g. using the docker container ls command.

Initially the container is in the state "health: starting":

$ docker container ls
CONTAINER ID   IMAGE                                                              COMMAND                  CREATED         STATUS                            PORTS                                                                                                                                                                        NAMES
a49e9a8ecc3a   sedexch/sedex-client:8.0.1                                         "/__cacert_entrypoin…"   8 seconds ago   Up 7 seconds (health: starting)   0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 0.0.0.0:8443->8443/tcp, :::8443->8443/tcp, 0.0.0.0:9443->9443/tcp, :::9443->9443/tcp   sedex-client

After a delay, the container should be in the "healthy" state:

$ docker container ls
CONTAINER ID   IMAGE                                                              COMMAND                  CREATED         STATUS                            PORTS                                                                                                                                                                        NAMES
a49e9a8ecc3a   sedexch/sedex-client:8.0.1                                         "/__cacert_entrypoin…"   About a minute ago   Up About a minute (healthy)   0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 0.0.0.0:8443->8443/tcp, :::8443->8443/tcp, 0.0.0.0:9443->9443/tcp, :::9443->9443/tcp   sedex-client

Congratulations!

If your sedex-Client Docker container is in the "(healthy)" state, it has successfully reached a normal operation state and can now receive and send sedex messages.

Detailed monitoring of the status🔗

More details about monitoring the status of the sedex-Client Docker container can be found in the Monitoring Status section.