Replies: 2 comments 2 replies
-
I can't speak for the original API designers, but the reason is likely access control: socket files are subject to the permission model of the file system, while ports are typically open to everyone. If you really need a TCP port on top of a socket file: SSH port / socket forwarding allows you to map a socket to a port and vice-versa. See the See also this answer to the SO question "Why doesn't Linux allow user-level network port permissions?". |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you - makes sense now.
…On Wed, 7 May 2025 at 12:00, Oscar Bailey ***@***.***> wrote:
As an example in another project, Docker allows you to expose the daemon
via a TCP port, but it has a warning on the configuration page:
https://docs.docker.com/engine/daemon/remote-access/
—
Reply to this email directly, view it on GitHub
<#6210 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGEJCDSNRLRIEEE6LXDJMT25HRUJAVCNFSM6AAAAAB4RFJVTWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMBWGIYDKNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why does Cardano use an IPC file and not a normal port like everyone else? This is for containerisation rather than bare metal. But I'd like to understand if there's some reason for this as it is a bit of an unfortunate choice at times. As my housemate says it makes Cardano "a bit of an odd duck"
Beta Was this translation helpful? Give feedback.
All reactions