Name
Last commit
Last update
injection 修改标签
libs highlight
linucb modify
physical add
search modify expire time
sqls sql
ssh 添加ssh key
trans2es add
vest add
.gitignore 添加docker构建,去掉编译器的配置文件
Dockerfile 解决apt-get key
README readme添加容器运行命令
_celery.py modify
app_conf.xml add
develop_server.py add
manage.py add physical
requirements.txt modify linucb
sources.list apt-get 获取key
strategy part like es perform
容器运行命令
docker run -it -p 9999:9999 -d \
--volume=/etc/gm-config:/etc/gm-config \
--volume=/etc/resolv.conf:/etc/resolv.conf  \
--volume=/srv/apps/physical/physical/settings_local.py:/srv/apps/physical/physical/settings_local.py \
--entrypoint="/bin/bash" physical-test:1.0 "-c" "source ~/.bashrc && celery -A physical worker -Q tapir-alpha --loglevel=DEBUG  --maxtasksperchild 500 -c 62"