update docker name

This commit is contained in:
virusdefender 2015-08-31 18:45:14 +08:00
parent dfe18495e4
commit a1b38d4a21

View File

@ -9,7 +9,7 @@ redis_config = {
# 判题的 docker 容器的配置参数 # 判题的 docker 容器的配置参数
docker_config = { docker_config = {
"image_name": " judger", "image_name": "a7673b55d263",
"docker_path": "docker", "docker_path": "docker",
"shell": True "shell": True
} }