码迷,mamicode.com
首页 >  
搜索关键字:containers    ( 468个结果
LXC学习实践(1)LXC的概念和用途
1、LXC是什么? LXC是Linux containers的简称,是一种基于容器的操作系统层级的虚拟化技术,Sourceforge上有LXC这个开源项目。 2、LXC能做什么? LXC和Linux内核特性结合,可以为进程提供虚拟执行环境,一个虚拟的执行环境就是一个容器,容器的资源限定管理和隔离控制 ...
分类:其他好文   时间:2017-02-09 00:45:37    阅读次数:160
Docker中容器的备份、恢复和迁移
1. 备份容器 首先,为了备份Docker中的容器,我们会想看看我们想要备份的容器列表。要达成该目的,我们需要在我们运行着Docker引擎,并已创建了容器的Linux机器中运行 docker ps 命令。 Docker Containers List 在此之后,我们要选择我们想要备份的容器,然后去创 ...
分类:其他好文   时间:2017-02-07 14:03:34    阅读次数:182
关于Docker中的Images与Containers
Docker engine提供了启动Images和containers核心的技术的支持。当你运行docker run hello-world 命令时,实际上可分为三个部分: 一个映像是一个文件系统,是在运行时使用的参数,它没有状态和不会改变。容器用来运行映像的实例。当你运行下面命令的时候将会发生下面 ...
分类:其他好文   时间:2017-01-26 14:48:29    阅读次数:140
Docker - 运行 containers 使用在 swarm 模式下创建的 overlay 模式的 network
前言 在Docker engine v1.12, 使用Swarm可以方便的创建overlay模式的网络,但是它只能被swarm下面的service所使用的,相对于container,这个网络是完全隔离的。 在v1.13,运行 containers 时,可以加入之前在swarm模式下自定义的overl ...
分类:Web程序   时间:2017-01-22 19:14:02    阅读次数:195
Inversion of Control Containers and the Dependency Injection pattern--Martin Fowler
原文地址:https://martinfowler.com/articles/injection.html n the Java community there's been a rush of lightweight containers that help to assemble compone ...
分类:其他好文   时间:2017-01-17 10:53:12    阅读次数:203
Learning docker--Chapter2--Handling Docker Containers
Content: (1) Clarifying the Docker terms (2) Working with the Docker images and containers (3) The Docker Hub Registry (4) Searching the Docker images ...
分类:其他好文   时间:2017-01-13 23:55:25    阅读次数:448
Understand the Qt containers(有对应表)
Container classes are one of the cornerstones of object-oriented programming, invaluable tools that free us from having to permanently think about mem ...
分类:其他好文   时间:2017-01-12 22:47:36    阅读次数:257
QT对话框——利用QT设计师
1. 新建工程项目,application-QT widgets application,名字dialog,基类选择QDialog,选择使用界面文件(.ui)。 2. 打开dialo.ui文件,即打开了界面编辑,界面中包含Buttons、Containers、input widgets等窗口部件。 ...
分类:其他好文   时间:2017-01-07 13:17:13    阅读次数:421
Docker 基础 : 数据管理
用户在使用 Docker 的过程中,往往需要能查看容器内应用产生的数据,或者需要把容器内的数据进行备份,甚至多个容器之间进行数据的共享,这必然涉及容器的数据管理操作。容器中管理数据主要有两种方式:数据卷(Data Volumes),数据卷容器(Data Volume Containers)。 数据卷 ...
分类:其他好文   时间:2016-12-23 22:40:28    阅读次数:244
[Python] python vs cplusplus
一些学习过程中的总结的两种语言的小对比,帮助理解OO programming. Continue... 字典 序列 --> 字典 序列 --> 字典 Python: c++:貌似没有这个问题。 字典排序 字典排序 C++ sort参考: [c++] Associative Containers py ...
分类:编程语言   时间:2016-12-21 09:28:36    阅读次数:196
468条   上一页 1 ... 25 26 27 28 29 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!