New Docker container getting stopped after 5 minutes and keep restarting

Expected behavior

docker container should run

Actual behavior

newly added containers getting stopped after 5 to 10 minutes and trying to restart again and again

Additional Information

We have 13+ containers running successfully in a box , and we added 2+ containers yesterday the newly added containers getting stopped after 5 to 10 minutes and trying to restart again and again

we manually tried to create the service and we getting below error

unable to pin image nord:30062 to digest: errors:
denied: requested access to the resource is denied
unauthorized: authentication required

Memory status :
total:31          used  :4      free :14     shared:1  buff/cache:13   available Mem:   25

Are you using private repository to pull the image. check if you are using–with-registry-auth option.

1 Like