@luckydonaldsbots · Post #191 · 02/24/2019, 02:11 AM
I'm still experiencing instabilities, still on it. #downtime#in_progress
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @StickerEdit · Post #5721 · Apr 29
Аниме: #БлюЛок Тип: #Авы
Search: #in_progress
@luckydonaldsbots · Post #191 · 02/24/2019, 02:11 AM
I'm still experiencing instabilities, still on it. #downtime#in_progress
Hashtags
@luckydonaldsbots · Post #188 · 02/24/2019, 01:05 AM
If you docker refuses to start and sudo service docker status is showing logs like this: Feb 24 01:30:06 hostname dockerd[19544]: time="2019-02-24T01:30:06.718823877+01:00" level=error msg="stream copy error: reading from a closed fifo" It might be that /var/run/docker.sock is a mount in one of your containers. Therefore if that doesn't exist - and only shortly - it will be created as a folder, thus making it impossible for docker to start. Fix it with sudo rmdir /var/run/docker.sock, and sudo service docker start. #TechnicalDetails#downtime#in_progress