deepin 15.5 能用的DOCKER CE 安装包
Tofloor
poster avatar
asace2
deepin
2018-03-02 18:17
Author

        昨天我按照下面这个链接
https://wiki.deepin.org/index.php?title=Docker
安装DOCKER ce 的时候,  到     第七步      sudo apt-get install docker-ce,  执行这个命令的时候,  发现下载安装包总是不行, 后来没办法, 把链接复制出来,
搞到迅雷里面下载,  断断续续 下载了半小时才成功, 也不知道是不是墙的原因,  现在买把这个东西分享出来,  希望能帮到别人,  下面是百度网盘链接
https://pan.baidu.com/s/1qZtZKj6


Reply Favorite View the author
All Replies
avatar
justforlxz
deepin
2018-03-02 18:45
#1
可以给apt设置代理。我现在用的就是,代理已经做了绕过中国了。使用的一个叫meow的东西,可以socks5转http,同时做列表过滤。

  1. $ cat /etc/apt/apt.conf                                
  2. Acquire::http::Proxy "http://127.0.0.1:1080";
  3. Acquire::https::Proxy "http://127.0.0.1:1080";
Copy the Code
Reply View the author
avatar
asace2
deepin
2018-03-03 01:51
#2
https://bbs.deepin.org/post/153720
可以给apt设置代理。我现在用的就是,代理已经做了绕过中国了。使用的一个叫meow的东西,可以socks5转http ...

多谢版主
Reply View the author
avatar
asace2
deepin
2018-03-03 01:56
#3
https://bbs.deepin.org/post/153720
可以给apt设置代理。我现在用的就是,代理已经做了绕过中国了。使用的一个叫meow的东西,可以socks5转http ...

为啥我使用这个命令提示没有那个文件或文件夹呢 ?
Reply View the author
avatar
158******08
deepin
2018-03-03 02:11
#4
https://bbs.deepin.org/post/153720
可以给apt设置代理。我现在用的就是,代理已经做了绕过中国了。使用的一个叫meow的东西,可以socks5转http ...

privoxy也行,在export一下http(s)_proxy,感觉能方便点。
Reply View the author
avatar
justforlxz
deepin
2018-03-03 06:12
#5
https://bbs.deepin.org/post/153720
为啥我使用这个命令提示没有那个文件或文件夹呢 ?

默认没有这个文件,需要你创建
Reply View the author