orca
orca copied to clipboard
deployment/orca: use cross-platform compatible Docker calls
If I'm not mistaken, in docker run call, the flag --net=host is Linux-only. We should use -p 9091:9091 instead.