building-python-client-for-rocketmq
345
an env for building python client for rocketmq https://github.com/apache/rocketmq-client-python
steps 0. local host mkdir /code
pull code for python client cd /code git clone https://github.com/apache/rocketmq-client-python.git
pull docker building image in China:docker pull registry.cn-hangzhou.aliyuncs.com/rocketmq-client-python-build/env:1.0 out China:docker pull youlixishi/building-python-client-for-rocketmq
start container in China:docker run -it --name rocketmq-py-build -v /code:/code --privileged=true registry.cn-hangzhou.aliyuncs.com/rocketmq-client-python-build/env:1.0 bash out China:docker run -it --name rocketmq-py-build -v /code:/code --privileged=true youlixishi/building-python-client-for-rocketmq bash
login into container docker exec -it rocketmq-py-build bash
get into code dir in container cd /code/rocketmq-client-python
exec the building command make
Content type
Image
Digest
Size
293.7 MB
Last updated
almost 8 years ago
docker pull youlixishi/building-python-client-for-rocketmq