Just fill the link for [0]. [0] https://pegasus.apache.org/docs/build/compile-by-docker/
Best Regards, Lan Liang ---- Replied Message ---- | From | Lan Liang<[email protected]> | | Date | 8/23/2022 23:43 | | To | [email protected]<[email protected]> | | Subject | How can i run pegasus from container image | Hi pegasus community: I want to run pegasus from docker and i follow the doc of compile-by-docker [0] to try it. And the container image apachepegasus/build-env:2.1.0-centos7 is not exist. So i found the image of apache/pegasus:build-env-centos7 and run command of *** docker run -v $PWD:/root/apache apache/pegasus:build-env-centos7 /bin/bash -c "./run.sh build -c" *** to compile on the pegasus source, and just got the error of * /bin/bash: ./run.sh: /bin/bash^M: bad interpreter: No such file or directory *. And it would be great if i can run the pegasus from some docker image. Remind me if i missed something,Thanks. Best Regards, Lan Liang
