1. parallels@ubuntu:~/Downloads/Docker$ ls
  2. DTR UCP
  3. parallels@ubuntu:~/Downloads/Docker$ sudo openssl req -out ca.pem -new -x509
  4. Generating a 2048 bit RSA private key
  5. ......................................................+++
  6. .................+++
  7. writing new private key to 'privkey.pem'
  8. Enter PEM pass phrase:docker
  9. Verifying - Enter PEM pass phrase:docker
  10. -----
  11. You are about to be asked to enter information that will be incorporated
  12. into your certificate request.
  13. What you are about to enter is what is called a Distinguished Name or a DN.
  14. There are quite a few fields but you can leave some blank
  15. For some fields there will be a default value,
  16. If you enter '.', the field will be left blank.
  17. -----
  18. Country Name (2 letter code) [AU]:cn
  19. State or Province Name (full name) [Some-State]:beijing
  20. Locality Name (eg, city) []:beijing
  21. Organization Name (eg, company) [Internet Widgits Pty Ltd]:
  22. Organizational Unit Name (eg, section) []:
  23. Common Name (e.g. server FQDN or YOUR name) []:volnet
  24. Email Address []:
  25. parallels@ubuntu:~/Downloads/Docker$ ls
  26. ca.pem DTR privkey.pem UCP
  27. parallels@ubuntu:~/Downloads/Docker$ docker run --rm -it --name ucp -v /var/run/docker.sock:/var/run/docker.sock docker/ucp install -i --host-address 10.211.55.6
  28. INFO[0000] Verifying your system is compatible with UCP
  29. INFO[0000] Your engine version 1.12.1, build 23cf638 (3.13.0-86-generic) is compatible
  30. Please choose your initial UCP admin password:
  31. Confirm your initial password:
  32. INFO[0032] All required images are present
  33. WARN[0032] None of the hostnames we'll be using in the UCP certificates [ubuntu 127.0.0.1 172.17.0.1 10.211.55.6] contain a domain component. Your generated certs may fail TLS validation unless you only use one of these shortnames or IPs to connect. You can use the --san flag to add more aliases
  34. You may enter additional aliases (SANs) now or press enter to proceed with the above list.
  35. Additional aliases: docker-node1
  36. INFO[0068] Installing UCP with host address 10.211.55.6 - If this is incorrect, please specify an alternative address with the '--host-address' flag
  37. INFO[0000] Checking that required ports are available and accessible
  38. INFO[0002] Generating UCP Cluster Root CA
  39. INFO[0027] Generating UCP Client Root CA
  40. INFO[0032] Deploying UCP Containers
  41. INFO[0063] New configuration established. Signalling the daemon to load it...
  42. INFO[0064] Successfully delivered signal to daemon
  43. INFO[0064] UCP instance ID: ZIHB:NNFZ:FZ5O:V577:JKTE:UYMA:CVTU:WLGV:CWQY:BLM7:SCC2:2KT2
  44. INFO[0064] UCP Server SSL: SHA-256 Fingerprint=4F:84:80:E6:26:60:85:B9:69:98:D9:0A:39:F3:09:B8:A7:3D:B3:D3:0E:10:C2:3A:3A:C4:4D:6B:51:66:2B:C2
  45. INFO[0064] Login as "admin"/(your admin password) to UCP at https://10.211.55.6:443

如何安装Docker UCP的更多相关文章

  1. Windows server 2016安装Docker EE

    Windows server 2016安装Docker EE 下载 windows server 2016 180天评估版本. 地址:https://www.microsoft.com/en-us/e ...

  2. CentOS7安装docker

    1. 查看系统版本 $ cat /etc/redhat-release   2. 安装docker $  yum install docker 3.检查安装是否成功$ docker version 若 ...

  3. CentOS 7 安装 Docker

    CentOS 7 安装 Docker 这里介绍 ContOS 7 的安装 docker V1.2+,包括阿里云加速 docker 镜像下载的设置,这对提升使用 docker 体验至关重要.其他系统安装 ...

  4. ubuntu 16.04安装docker

    环境 操作系统:ubuntu 16.04 64位,默认安装 准备 1. 添加GPG key: $ sudo apt-key adv --keyserver hkp://p80.pool.sks-key ...

  5. 如何在mac上安装docker[记录自己在mac上安装docker的经历]

    0.引子 最近入手了一台mac笔记本,想在本地安装docker. 1.找安装文档. 文档地址:http://www.widuu.com/chinese_docker/installation/mac. ...

  6. Ubuntu 14.04 LTS 安装Docker

    Docker官方是有很详细的安装文档(https://docs.docker.com/engine/installation/ubuntulinux/),这里做了一个Ubuntu 14.04 LTS中 ...

  7. Redhat/Ubuntu/Windows下安装Docker

    Redhat/Ubuntu/Windows下安装Docker 什么是Docker Docker是Docker.inc公司开源的一个基于LXC技术之上构建的Container容器引擎,基于Go语言并遵从 ...

  8. 手动编译安装docker环境,以及偶尔出现的bug

    总结安装过程如下: 前提:安装git,go,make, docker(docker中编译docker) git clone https://git@github.com/docker/docker c ...

  9. openSUSE4.1 安装docker

    安装完Leap后,通过YaST-Software Management安装docker. 安装 docker . yast2-docker. ruby2.1-rubygem-docker-api  . ...

随机推荐

  1. JS之函数表达式

    度过一个愉快短暂的周末,又可以开始学习了!我爱学习,学习使人进步.今天学习函数表达式,着重学习下闭包函数. 函数表达式 可以在定义的函数声明之前调用它,但是不能在定义函数表达式之前调用它 /** * ...

  2. SQL Server 列存储性能调优(翻译)

    原文地址:http://social.technet.microsoft.com/wiki/contents/articles/4995.sql-server-columnstore-performa ...

  3. 【CodeVS1076】排序

    Description 给出n和n个整数,希望你从小到大给他们排序 Input 第一行一个正整数n 第二行n个用空格隔开的整数 Output 输出仅一行,从小到大输出n个用空格隔开的整数 Sample ...

  4. Windows cmd命令搜索顺序

    一.在cmd中执行一个不带后缀的命令(不带路径),首先会在无后缀的系统命令(如cd.dir等)中搜索,如果找到了就执行该命令, (dir是无后缀的系统命令所以优先执行,无视当前目录中的dir.exe) ...

  5. PHP正则表达式 /i, /is, /s, /isU等

    PHP正则表达式 /i, /is, /s, /isU等 都是些什么东西呢? i 匹配大小写 s 模式中的圆点元字符(.)匹配所有的字符,包括换行符 x 模式中的空白字符除了被转义的或在字符类中的以外完 ...

  6. 对 web.config 节点信息进行加密

    记录一下,免得以后再网上找 项目中,数据库访问链接字符串配置在web.config中,明文的,应客户需求需改成密文,so,需要加密. 一开始想的是需要重写configuration什么什么的,最后发现 ...

  7. Twitter Bootstrap

    Twitter Bootstrap是一个HTML/CSS/JS框架,适用于移动设备优先的响应式网页开发.主要涉及: HTML:为已有的H5标签扩展了自定义属性 data-* CSS : Reset + ...

  8. windowsphone 的IsolatedStorageSettings存储类型

    IsolatedStorageSettings 存储自定义的对象时关闭程序之后是不会被保存的 只能存储基本类型

  9. psp工具需求分析

    PSP个人软件过程开发工具需求分析文档 a.业务需求    a.1 背景 二十一世纪是软件开发的黄金时期,有人把过去的十年称作软件高度发展的十年,不可置疑,越来越多的软件设计需求是物联网时代的趋势,越 ...

  10. using 语句中使用的类型必须可隐式转换为“System.IDisposable

    在使用 EF 出现 using 语句中使用的类型必须可隐式转换为“System.IDisposable 今天写在这里分享给大家 出现这样的问题,是因为没有引用  EntityFramework 这个程 ...