Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)IT
Posts
0
Comments
461
Joined
2 yr. ago

  • I was taught this in driving school. If you’re the last car slowing down, leave a gap of a few car lengths so if a car behind you is going to hit you, it gives you some room to escape either to move up, or enough room to turn out of the lane.

    That sounds like some kind of superhero fantasy to me. In what scenario am I about to be rear ended and have enough time to move my car safely?

    I usually leave enough space that I could turn into another lane without having to reverse, so if the car in front of me stalls I can go around without too much fuss. That’s like half a car length at best.

  • My domain is still set to a former address of mine and I never bothered to update it fifteen years later.

    You could provide an address for your registration… sometimes people make typos.

    If there’s truly an audit or verification it’ll be easier to explain a typo than why you said you live at “123 Eat Shit Ave”.

  • So is the issue that your extra drive mounts to /storage, but that happens after Docker has already started and taken over the directory, so the mount fails? Normally I’d expect it to happen in the other order. Is this a weird race condition?

    This might be a good thing to run through with ChatGPT- there are probably ways to delay the Docker container start, but maybe there’s a more significant misconfiguration you can deal with.

  • Is Docker starting up and one of the containers mounts a volume to a /storage folder on the host? That could explain it but I’m not super clear on all that’s going on in your system.

    Quick test: disable auto start on all your containers and restart and see if it recurs.