https://www.youtube.com/watch?v=IEGPzmxyIpo Introduction to Docker and Containers What is Docker? https://www.youtube.com/watch?v=aLipr7tTuA4 ...
分类:
其他好文 时间:
2018-02-15 10:29:25
阅读次数:
178
我们可以通过Python提供的模块docker来取各个docker容器的监控参数。参考文档:http://docker-py.readthedocs.io/en/stable/containers.html 通过脚本获取各个监控项的值 docker自动发现脚本: 如果在服务端执行zabbix_get ...
分类:
其他好文 时间:
2018-01-26 21:05:04
阅读次数:
217
Docker是世界上领先的软件集装箱化平台。它灵活、可移植、安全、节省成本。 Container是一个标准化的软件单元。 About Containers Package software into standardized units for development, shipment and d ...
分类:
其他好文 时间:
2018-01-24 14:06:36
阅读次数:
138
日志限制可以通过docker option来进行,但是先要把log-driver修改成json-file模式 清空日志通过 缺省的日志存放在/var/lib/docker/containers/下面 ...
分类:
Web程序 时间:
2018-01-17 01:12:11
阅读次数:
738
.NET 官方架构指南 Microservices and Docker Containers Web Applications with ASP.NET 官网地址:https://www.microsoft.com/net/learn/architecture 三层及多层架构 Multitier ...
分类:
Web程序 时间:
2018-01-09 14:46:56
阅读次数:
230
从模块化到微服务化从Pet Shop 到eShop on Container都是Microsoft在技术演进的路径上给开发者展示.Net的开发能力和架构能力的Sample工程,Petshop的时候更多的是展现应用的分层架构,设计的抽象与模块间的通讯。到了eShop on Container更多的关注... ...
分类:
其他好文 时间:
2018-01-08 16:44:47
阅读次数:
205
错误日志: dyld: Symbol not found: _kABPersonAddressCityKey Referenced from: /private/var/mobile/Containers/Bundle/Application/0CB206A0-0B85-4B55-84F3-963C ...
分类:
移动开发 时间:
2017-12-27 11:58:45
阅读次数:
235
how to network your containers. Launch a container on the default network Docker includes support for networking containers through the use of network ...
分类:
Web程序 时间:
2017-12-23 17:16:54
阅读次数:
329
package { import away3d.containers.*; import away3d.entities.*; import away3d.materials.*; import away3d.primitives.*; import away3d.utils.*; import f... ...
分类:
其他好文 时间:
2017-12-16 21:11:38
阅读次数:
155
package { import away3d.cameras.lenses.*; import away3d.containers.*; import away3d.entities.*; import away3d.materials.*; import away3d.materials.met... ...
分类:
其他好文 时间:
2017-12-16 21:11:09
阅读次数:
123