V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  helloccav  ›  全部回复第 20 页 / 共 33 页
回复总数  660
1 ... 16  17  18  19  20  21  22  23  24  25 ... 33  
2016-11-25 14:44:36 +08:00
回复了 helloccav 创建的主题 Docker 求助,第一次尝试 Docker 就失败了
@htfy96
测试了:
1 、在 EC2 的 t2.nano 服务器上运行出错,如主贴所示 ( KVM, 600M 内存)
2 、在 EC2 的 t2.micro 服务器上运行正常 ( KVM, 1G 内存)
2016-11-25 14:24:11 +08:00
回复了 helloccav 创建的主题 Docker 求助,第一次尝试 Docker 就失败了
@htfy96 请帮忙看看

-------------------------------------------------------------

> sudo service docker status Redirecting to /bin/systemctl status
> docker.service ?.docker.service - Docker Application Container Engine
> Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled;
> vendor preset: disabled) Active: active (running) since Fri
> 2016-11-25 06:10:21 UTC; 9min ago
> Docs: http://docs.docker.com Main PID: 9372 (docker-current) Memory: 4.3M CGroup: /system.slice/docker.service
> ?..9372 /usr/bin/docker-current daemon --exec-opt native.cgroupdriver=systemd --selinux-enabled --log-driver=journald
>
> Nov 25 06:10:58 ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:58.781315697Z" level=info msg="{Action=create,
> Username=centos, LoginUID=1000, PID=9483}" Nov 25 06:10:58
> ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:58.957409994Z" level=info msg="{Action=start,
> ID=446352e9d693a372f82c50131d6a990f26f83875edabbe491...=map[80/tcp Nov
> 25 06:10:59 ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:59.070870308Z" level=info msg="Config:
> &{CommonCommand:{ContainerPid:0
> ID:446352e9d693a372f82c5013...tainers/446 Nov 25 06:10:59
> ip-172-31-14-87 docker-current[9372]:
> _MD5=1e01c66b2e67ab3b56a6180ee560fe4c OWNCLOUD_VERSION=9.1.2] Dir: Stdin:<nil> Stdout:<nil> Stderr:<nil> ExtraFiles:[] Sy...il>} Tty:fa
> Nov 25 06:10:59 ip-172-31-14-87 docker-current[9372]: permission
> denied Nov 25 06:10:59 ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:59.226163049Z" level=warning msg="os: process
> already finished" Nov 25 06:10:59 ip-172-31-14-87
> docker-current[9372]: time="2016-11-25T06:10:59.328939351Z"
> level=error msg="error locating sandbox id
> 643fd6aacc4fcc2b0fdc9b0acb5578238383a4d1... not found" Nov 25 06:10:59
> ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:59.328982573Z" level=warning msg="failed to
> cleanup ipc mounts:\nfailed to umount /var/lib/docker/...d argument"
> Nov 25 06:10:59 ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:59.329009113Z" level=error msg="Error
> unmounting container 446352e9d693a372f82c50131d6a990f26f8387...ot
> mounted" Nov 25 06:10:59 ip-172-31-14-87 docker-current[9372]:
> time="2016-11-25T06:10:59.329147793Z" level=error msg="Handler for
> POST /v1.22/containers/446352e9d693a372f82c50131d6a990...e invoked."
> Hint: Some lines were ellipsized, use -l to show in full.

-------------------------------------------

> sudo docker info
> Containers: 1 Running: 0 Paused: 0 Stopped: 1
> Images: 1 Server Version: 1.10.3 Storage Driver: devicemapper Pool
> Name: docker-202:1-50332329-pool Pool Blocksize: 65.54 kB Base
> Device Size: 10.74 GB Backing Filesystem: xfs Data file: /dev/loop0
> Metadata file: /dev/loop1 Data Space Used: 802.7 MB Data Space
> Total: 107.4 GB Data Space Available: 19.58 GB Metadata Space Used:
> 2.175 MB Metadata Space Total: 2.147 GB Metadata Space Available: 2.145 GB Udev Sync Supported: true Deferred Removal Enabled: false Deferred Deletion Enabled: false Deferred Deleted Device Count: 0
> Data loop file: /var/lib/docker/devicemapper/devicemapper/data
> WARNING: Usage of loopback devices is strongly discouraged for
> production use. Either use `--storage-opt dm.thinpooldev` or use
> `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this
> warning. Metadata loop file:
> /var/lib/docker/devicemapper/devicemapper/metadata Library Version:
> 1.02.107-RHEL7 (2016-06-09) Execution Driver: native-0.2 Logging Driver: journald Plugins: Volume: local Network: null host bridge
> Kernel Version: 3.10.0-327.10.1.el7.x86_64 Operating System: CentOS
> Linux 7 (Core) OSType: linux Architecture: x86_64 Number of Docker
> Hooks: 2 CPUs: 1 Total Memory: 487.7 MiB Name: ip-172-31-14-87 ID:
> JYCC:NTCS:4JXY:ZK6Y:V2V7:DKP4:DGYY:XSYO:3K6K:ICOR:DEGV:GHWQ WARNING:
> bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables
> is disabled Registries: docker.io (secure)
2016-11-25 14:08:16 +08:00
回复了 helloccav 创建的主题 Docker 求助,第一次尝试 Docker 就失败了
@tomczhen 我已经搜索过百度和谷歌,有且只有两个网页提到这个问题,但没解决我的问题。
2016-11-25 11:19:26 +08:00
回复了 z807550686 创建的主题 支付宝 吐槽下扫码登录的这股歪风
@est 还真被你说中了,支付宝就会悄悄拍照
@Tink 66u 的可折腾性并不是弱很多,是不需要折腾。 6300v2 折腾后的功能约等于 66u 自带的功能。
有空折腾就买 R6300v2 刷机,
没空就买 AC66U 直接使用不需要刷机功能也很强大。
2016-11-24 19:54:03 +08:00
回复了 falcon05 创建的主题 问与答 中国移动的 4G 套餐送宽带有没有坑
@chanssl 我这里的移动只要是 bt 都很难下载,几乎没速度,如果用迅雷下 bt 也是一样。如果用迅雷下普通的东西还是可以的。
靠,播放完后没立即死机,刚发完上面那个回复就死机了
iphone5s+IOS9+chrome,没死机,看来我的 5s 是山寨的
2016-11-24 13:45:44 +08:00
回复了 helloccav 创建的主题 问与答 请问有哪些开源的个人网盘软件支持 word 和 excel 的?
@chintj owncloud 也是调用 libreoffice,但是调用 libreoffice 后也不支持 excel,只支持 word
赶紧查查 apache 访问日志,检查所有 POST 请求,特别留意不是发送到 wp-admin 目录的 POST 请求
1\原生安卓手机自带用户账号切换功能.
2\三星 knoxo.
2016-11-24 12:21:21 +08:00
回复了 markliu2013 创建的主题 职场话题 自由职业应该交社保和公积金吗?
@waytoexplorer 注册个公司自己给自己买社保, 我正有此意,哪位朋友也有意的我们可以谈谈人生
@Jface 小城市生活成本并不低,日常杂物的价格和大城市一样,甚至比大城市高. 低的只是房价.
PS, 考驾照,我这小城市要 1 万, 请楼下说说大城市有没有高于 1 万的.
2016-11-24 11:55:41 +08:00
回复了 falcon05 创建的主题 问与答 中国移动的 4G 套餐送宽带有没有坑
@chenzakk 广东湛江,也是不能 p2p, 包括但不限于迅雷和 bt
2016-11-24 00:43:35 +08:00
回复了 yangwenqian 创建的主题 PHP 求完美的 PHP 并发锁机制
@php71 正如楼主所说, "cache 读写间隔时间比数据库少很多,但还是有间隔时间,仍然没有办法限制 10 个红包", redis 也一样吧?
@millson 没问题
“晚上的时候接到个江苏宿迁电话 0527-88105500 , google 搜索了下,一整页的说是骗子电话,没接”

电话响起,你把电话放一边,打开电脑去搜索,一整页的说是骗子电话,然后按下挂机键 ?
2016-11-23 11:11:28 +08:00
回复了 myhomedog 创建的主题 分享创造 WIFI 能不能出租,微信支付一元用户使用 24 小时
以前研究过一段时间,发现最大的难题是……没人用
1 ... 16  17  18  19  20  21  22  23  24  25 ... 33  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1662 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 16:50 · PVG 00:50 · LAX 09:50 · JFK 12:50
Developed with CodeLauncher
♥ Do have faith in what you're doing.