You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If warrior1 is running but warrior2 is stopped, all is good
If warrior2 is running but warrior1 is stopped, all is good
however if both are running at once I get constant Docker errors.
Aug 25 15:37:35 us1 docker.dockerd[139066]: time="2023-08-25T15:37:35.927488084-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:37:41 us1 docker.dockerd[139066]: time="2023-08-25T15:37:41.230477508-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:37:41 us1 docker.dockerd[139066]: time="2023-08-25T15:37:41.234078141-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:39:23 us1 docker.dockerd[139066]: time="2023-08-25T15:39:23.223602004-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:39:23 us1 docker.dockerd[139066]: time="2023-08-25T15:39:23.232893762-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:39:23 us1 docker.dockerd[139066]: time="2023-08-25T15:39:23.335053217-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:39:23 us1 docker.dockerd[139066]: time="2023-08-25T15:39:23.335732882-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:39:31 us1 docker.dockerd[139066]: time="2023-08-25T15:39:31.924019609-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:39:31 us1 docker.dockerd[139066]: time="2023-08-25T15:39:31.927519312-05:00" level=error msg="stream copy error: reading from a closed fifo"
Aug 25 15:41:05 us1 docker.dockerd[139066]: time="2023-08-25T15:41:05.722050335-05:00" level=error msg="stream copy error: reading from a closed fifo"
they were initially appearing in /var/log/syslog but I reconfigured syslog to dump them into a separate file to keep my syslog clean
other than the log messages, both containers appear to function properly
The text was updated successfully, but these errors were encountered:
I have two Warrior containers so I can set them to work on different projects (I usually have one on Auto and the other on URL Team 2)
If warrior1 is running but warrior2 is stopped, all is good
If warrior2 is running but warrior1 is stopped, all is good
however if both are running at once I get constant Docker errors.
they were initially appearing in /var/log/syslog but I reconfigured syslog to dump them into a separate file to keep my syslog clean
other than the log messages, both containers appear to function properly
The text was updated successfully, but these errors were encountered: