Docker containers stopping weekly


Inimical

Recommended Posts

  • 2 weeks later...

in the Docker log, every Sunday at 5AM I see the following:

 

time="2017-01-08T04:30:11.304536152-05:00" level=info msg="Container 5bfbd42b488a131caa42661a295bab437e26328a47458f0631d3c47035dce020 failed to exit within 10 seconds of SIGTERM - using the force"

time="2017-01-08T04:30:21.453834702-05:00" level=info msg="Container 234a91bed981c46cd571946efde7e2563e7ceabd3b1d4642d3ce58a105ceeb1a failed to exit within 10 seconds of SIGTERM - using the force"

time="2017-01-08T04:30:31.454332845-05:00" level=info msg="Container 234a91bed981 failed to exit within 10 seconds of kill - trying direct SIGKILL"

 

Anywhere else I can check to see more info?

Link to comment

From command line, what do you get with this?

crontab -l

 

 

#

# Run hourly cron jobs at 47 minutes after the hour:

47 * * * * /usr/bin/run-parts /etc/cron.hourly 1> /dev/null

#

# Run daily cron jobs at 4:40 every day:

40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null

#

# Run weekly cron jobs at 4:30 on the first day of the week:

30 4 * * 0 /usr/bin/run-parts /etc/cron.weekly 1> /dev/null

#

# Run monthly cron jobs at 4:20 on the first day of the month:

20 4 1 * * /usr/bin/run-parts /etc/cron.monthly 1> /dev/null

#

# Start of vnstat crontab entries

* * * * * /usr/bin/vnstat -u -i eth0 --dbdir /mnt/cache/appdata/vnstat

# End of vnstat crontab entries

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.