Looking for other options like RPM, systemd or Windows Services? See Deployment
Pick one of the following ways to run Membrane:
Looking for other options like RPM, systemd or Windows Services? See Deployment
unzip membrane-api-gateway-7.X.X.zipcd membrane-api-gateway-7.X.X
./membrane.shINFO 1 main Router:364 {} - Membrane API Gateway 7.0.1 up and running!curl localhost:2000curl -O https://raw.githubusercontent.com/membrane/api-gateway/refs/heads/master/distribution/router/conf/apis.yamlLinux / macOS
docker run -it -p 2000:2000 -v $(pwd)/apis.yaml:/conf/config.yaml predic8/membraneWindows PowerShell
docker run -it -p 2000:2000 -v "${PWD}\apis.yaml:/conf/config.yaml" predic8/membraneWindows CMD
set PWD=%cd%
docker run -it -p 2000:2000 -v %PWD%\apis.yaml:/conf/config.yaml predic8/membrane:latestcurl localhost:20002000 is taken, stop the conflicting service or change the port.apis.yaml don't apply, verify the volume mapping path.