码迷,mamicode.com
首页 > Web开发 > 详细

circus docker image web 运行异常问题的解决

时间:2019-06-10 10:43:02      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:key   read   container   java   分析   move   test   文档   theme   

经过查看官方文档,因为我使用的是python 较高版本,存在兼容问题,解决方法

  • 修改基础镜像版本
    代码如下:
FROM python:2.7-slim-stretch
LABEL AUTHOR="dalongrong"
LABEL EMAIL="1141591465@qq.com"
RUN apt-get update && apt-get install -y --reinstall build-essential \
    && pip install circus circus-web chaussette \
    && apt-get remove -y --purge build-essential \
    && rm -rf /var/lib/apt/lists/*
 

说明

暂时对于python 3,其他版本的没有测试,根据官方文档应该是支持到3.3 github 代码上有
关于3.7 的tox 测试,具体还得再仔细看看源码,分析下原因

参考资料

https://github.com/circus-tent/circus
https://circus.readthedocs.io/en/latest/tutorial/step-by-step/
https://github.com/rongfengliang/circus-docker

circus docker image web 运行异常问题的解决

标签:key   read   container   java   分析   move   test   文档   theme   

原文地址:https://www.cnblogs.com/rongfengliang/p/10996317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!