Git Product home page Git Product logo

Comments (6)

bignay2000 avatar bignay2000 commented on July 19, 2024

Seems similar to moby/moby#31655

from dockge.

bignay2000 avatar bignay2000 commented on July 19, 2024

Updated from 1.4.1 to the latest 1.4.2 after the last crash @ 2024-01-27 00:04:26.
1.4.2 may have fixed this occurrence.

#380 - deleted tmp folder on startup

So far no errors reported in the last hour.

journalctl -xu docker.service --since "1 hour ago"

from dockge.

bignay2000 avatar bignay2000 commented on July 19, 2024

Created a new monitor to check every hour for docker service errors on all my docker hosts. I report back if this reoccurs with the latest 1.4.2 release.

#!/bin/bash
set -E -u -o pipefail -e

sudo journalctl -xu docker.service --since "1 hour ago"
errorcount=$(sudo journalctl -xu docker.service --since "1 hour ago" | awk /level=error/ | wc -l)

if [[ $errorcount -gt 0 ]]
then
  echo "Found errors in Docker Service"
  exit 1
else
  echo "No errors found in Docker Service in the last hour"
fi

from dockge.

bignay2000 avatar bignay2000 commented on July 19, 2024

Has not reproduced after 1.4.2 update.

from dockge.

louislam avatar louislam commented on July 19, 2024

Should be due to the #380 issue, feel free to report again if you see this issue again.

from dockge.

dacardona avatar dacardona commented on July 19, 2024

Hello everyone.

I'm not using dockge, but just own services, every 5 or 8 days all services (differents apps from own apps to dbs, queues, etc) for all nodes are re-created, when I inspect the services (docker service ps) the error is "No such container" but why?

I'm running Docker 26.0.0 on Ubuntu 20.04.6 in a Swarm cluster of 3 nodes

from dockge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.