mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[GH-ISSUE #321] investigate docker vs docker compose regressions #151
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lts-rad on GitHub (May 8, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/321
in the dev branch we have added a :ro workaround for superd mounting the unix socket
"ERROR: for superd Cannot restart container ab0ca33c784337b2186355192bbfa8f75e2bb14e1494cc880928902408d0252b: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/root/super/state/api/eventbus.sock" to rootfs at "/state/api/eventbus.sock": mount /root/super/state/api/eventbus.sock:/state/api/eventbus.sock (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
"
before this we would ocassionally see this error. but we need track down the root cause of this. this was traditionally not an issue for docke rcompose