README.md 476 B

docker-competition

阿里云天池 docker 比赛

https://tianchi.aliyun.com/competition/entrance/231759/information

提交 sample

生成入口脚本run.sh,放置于镜像工作目录。运行后生成结果result.json放置于工作目录(与run.sh同目录),评分系统将根据result.json进行打分

{

"Q1":"Hello world", 
"Q2":sum值, 
"Q3":[top10_list] 

}

容器运行

docker run -it dokcer-competition:latest /bin/bash