How to check the docker image and confirm its good to go

helllo guys

need to know how to check the docker image and how to run the command and jestify is it good to go or any issues

You can use Docker healthckeck (doc) to implement container healthchecks and check if they are ready to go.

1 Like

all good thank you for you help

thanks