Thomasbluespruce.io·May 21, 2024Forward a docker unix socket on a remote host to our local machineDocker relies on a unix socket to interact with the docker daemon. It is often located in /var/run/docker.sock. Being able to manage docker on a remote host without going through a shell on the remote system typically requires changing the docker con...77 readsunix socket
Fabian Zanklblog.fzankl.de·Feb 9, 2022Unix Domain Sockets in .NET 6 — Basics and Real-World ExamplesCreating cross-platform capable APIs using .NET became easier with the evolution towards .NET 6. APIs built on ASP.NET typically serve the app via TCP/IP using a specific interface and port. That makes sense due to APIs interacting over a network reg...1.0K readsASP.NET