Sign inSign up

youlixishi/building-python-client-for-rocketmq

By youlixishi

Updated almost 8 years ago

building-python-client-for-rocketmq

Image
1

345

youlixishi/building-python-client-for-rocketmq repository overview

an env for building python client for rocketmq https://github.com/apache/rocketmq-client-python

steps 0. local host mkdir /code

  1. pull code for python client cd /code git clone https://github.com/apache/rocketmq-client-python.git

  2. 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

  3. 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

  4. login into container docker exec -it rocketmq-py-build bash

  5. get into code dir in container cd /code/rocketmq-client-python

  6. exec the building command make

Tag summary

Content type

Image

Digest

Size

293.7 MB

Last updated

almost 8 years ago

docker pull youlixishi/building-python-client-for-rocketmq