therockf
therockf
Hello, i am trying to dockerize memflow. Initially i tried with normal memflow, now i am trying with memflow-py This is my dockerfile: ``` FROM python:3.8-slim-bullseye RUN apt-get update &&...
Hello i am trying to run the websocket server from the examples but i have this error https://github.com/CrowCpp/Crow/blob/master/examples/websocket/example_ws.cpp ``` /main.cpp:44:5: error: ‘CROW_WEBSOCKET_ROUTE’ was not declared in this scope 44 |...
Hello I am exposing qmp on qemu using the example in the readme, but qemu can't find my socket. I am running inside a docker container Dockerfile: ``` --- version:...