Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
docker推送1.2 GB映像_Docker - Fatal编程技术网

docker推送1.2 GB映像

docker推送1.2 GB映像,docker,Docker,我浏览了bio-ngs()中的debian包列表,并尝试将它们安装在基于Ubuntu-Precise的docker容器中 我通过对每个软件包执行sudocker运行[…]/bin/bash和执行apt-get-install来手动完成 然后,我尝试docker提交和docker推送包含bio-ngs中所有内容的容器,它尝试一次性上传1.215 GB的数据 启动进程几秒钟后,该进程失败,出现以下错误: 4160cce5fef0: Pushing [=>

我浏览了bio-ngs()中的debian包列表,并尝试将它们安装在基于Ubuntu-Precise的docker容器中

我通过对每个软件包执行
sudocker运行[…]/bin/bash
和执行
apt-get-install
来手动完成

然后,我尝试
docker提交
docker推送
包含bio-ngs中所有内容的容器,它尝试一次性上传1.215 GB的数据

启动进程几秒钟后,该进程失败,出现以下错误:

4160cce5fef0: Pushing [=>                                                 ] 24.42 MB/1.215 GB 1h6m34s

2014/02/19 17:07:37 Failed to upload layer: Put https://registry-1.docker.io/v1/images/4160cce5fef01ae777b856c15a42e0a632021d1891c33f29018024e35aed60be/layer: write tcp 54.224.119.89:443: broken pipe

有什么想法吗?

自从失败后,你又试过了吗?我知道注册表最近已关闭和/或出现错误。错误
write tcp 54.224.119.89:443:断开的管道
看起来与连接有关。我重试了,服务器这次接受了我的大容器:
将[4160cce5fef0]版本的标签推到{https://registry-1.docker.io/v1/repositories/avilella/bio-ngs/tags/latest}