Robby Zambito 3c9564cb3e Use environment variable for the socket.
The default behavior is to create a socket file at /tmp/guestfs-inspect.sock.
If XDG_RUNTIME_DIR is set, that will be used instead of /tmp.

One could instead specify GUESTFS_INSPECT_ENDPOINT, which requires the full endpoint, as specified by: https://libzmq.readthedocs.io/en/zeromq3-x/zmq_connect.html

You will likely want to use ipc://, but you can probably use tcp:// or (e)pgm:// if that is appropriate.
2024-03-06 23:22:29 -05:00
2024-03-06 19:24:34 -05:00
2024-03-03 17:41:06 -05:00
2024-03-06 19:25:05 -05:00
2024-03-05 20:40:11 -05:00
Description
No description provided
162 KiB
Languages
C 91.6%
Makefile 3.9%
Python 3.3%
Dockerfile 1.2%