FROM python:3ADD KafkaProducer.py /RUN pip install kafka-python# -u 无缓存输出CMD [ "python", "-u","./KafkaProducer.py" ]
確定! 回上一頁