书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 35360 个相关结果.
  • Docker 容器

    1362 2018-04-15 《docker简明教程》
    容器 容器 容器是 Docker 又一核心概念。 简单的说,容器是独立运行的一个或一组应用,以及它们的运行态环境。对应的,虚拟机可以理解为模拟运行的一整套操作系统(提供了运行态环境和其他系统环境)和跑在上面的应用。本章节着重介绍了容器的基础使用方法,以及如何管理容器的数据、如何管理容器的网络,相信你读完本章节将会有一个大致的了解。
  • 升级Docker

    升级 apt-get安装 手动安装 升级 通过docker升级到一个新的版本,通过安装方式来选择你如何升级 新版本version0.5.3(现在已经不是)你希望使用docker用户组,避免使用sudo(可以查看basic里边) apt-get安装 如果你的docker使用apt-get或者vagrant安装,你就必须用apt-get 升级...
  • Docker 安装

    4530 2018-03-15 《Prometheus 实战》
    Docker 安装 安装 Docker 管理 prometheus Docker 安装 首先确保你已安装了最新版本的 Docker, 如果没有安装请点击这里 。 下面我将以 Mac 版本的 Docker 作为演示。 安装 Docker 镜像地址 Quay.io 执行命令安装: $ docker run -- name promet...
  • Docker Daemon

    1. Docker Daemon架构示意图 2. Docker Daemon启动流程图 3. mainDaemon的具体实现 3.1. 配置初始化 3.2. flag参数检查 3.3. 创建engine对象 3.4. 设置engine的信号捕获 3.5. 加载builtins 3.5.1. 注册初始化网络驱动的Handler 3.5.2. 注册...
  • Docker Playground

    Deployment guide for the Docker Playground (PWD) 1.0 Start a new session 1.0 Initialize Swarm Mode 1.1 Join workers (optional) 2.0 Deploy the stack 2.1 Test out the UI 3.0 Sta...
  • Docker Swarm

    Deployment guide for Docker Swarm 1.0 Install the faas-cli 1.1 Initialize Swarm Mode 1.2 Join any workers you need 2.0 Deploy the stack 2.0.1 Raspberry Pi / 32-bit ARM 2.1 Stor...
  • Generic & Docker

    Native and Docker Clusters Automatic native Clusters Automatic native local test Clusters Automatic Docker Clusters Under the hood Native and Docker Clusters Automatic na...
  • Docker 安装

    安装 Docker 构建 Docker 镜像 从 Dockerfile 构建 Nodejs 镜像 从 Dockerfile 构建 Nginx 镜像 准备启航 运行 MySQL 容器 运行 Nodejs 容器 运行 Nginx 容器 安装配置 FireKylin 作者:xlanger 原文:https://xlange.com/post...
  • Docker Playgrounds

    Flink Operations Playground
  • Docker 简介

    简介 简介 本章将带领你进入 Docker 的世界。 什么是 Docker? 用它会带来什么样的好处? 好吧,让我们带着问题开始这神奇之旅。