Script reports container restart failure erroneously #6

Closed
opened 2020-03-06 00:37:29 -07:00 by asif · 1 comment
Owner

Thx to Ry3nlNaToR on github for pointing this out:

The script reports error 103 and 104 even though the postfix and dovecot containers, respectively, have been restarted successfully.

Thx to Ry3nlNaToR on github for pointing this out: The script reports error 103 and 104 even though the postfix and dovecot containers, respectively, have been restarted successfully.
asif added the bug label 2020-03-06 00:37:50 -07:00
asif self-assigned this 2020-03-06 00:37:55 -07:00
asif started working 2020-03-06 00:38:04 -07:00
asif canceled time tracking 2020-03-06 00:38:14 -07:00
asif added spent time 1h 2020-03-06 00:38:31 -07:00
Author
Owner

Problem is that the script checks container names based on docker ps ... which does NOT list stopped containers! Solution: use docker ps -a ...

Resolved: commit 04bc748816

Problem is that the script checks container names based on `docker ps ...` which does NOT list stopped containers! Solution: use `docker ps -a ...` Resolved: commit 04bc748816
asif closed this issue 2020-03-06 00:46:26 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 1 hour
asif
1 hour
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: asif/MailcowBackup#6