docker push命令 已超过上下文截止日期

[rootalocalhostdocker_images]# docker push 172.24.14.104:5000/ubuntu:14.04.3
The push refers to repository [172.24.14.104:5000/ubuntu]
Get"https://172.24.14.104:5000/v2/%22%EF%BC%9A context deadline exceeded

docker rm docker ps -a | grep Exited | awk '{print $1}'把垃圾的容器先清理掉,应该可以了