惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
GRAHAM CLULEY
博客园_首页
博客园 - Franky
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Cisco Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
F
Full Disclosure
Cloudbric
Cloudbric
J
Java Code Geeks
C
Cybersecurity and Infrastructure Security Agency CISA
Last Week in AI
Last Week in AI
The Hacker News
The Hacker News
量子位
T
The Blog of Author Tim Ferriss
T
Threatpost
Cisco Talos Blog
Cisco Talos Blog
C
Check Point Blog
AWS News Blog
AWS News Blog
Blog — PlanetScale
Blog — PlanetScale
T
Threat Research - Cisco Blogs
Project Zero
Project Zero
Scott Helme
Scott Helme
N
Netflix TechBlog - Medium
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tenable Blog
S
Schneier on Security
T
Tor Project blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Heimdal Security Blog
T
Tailwind CSS Blog
P
Privacy International News Feed
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
The Last Watchdog
The Last Watchdog

博客园 - volnet(可以叫我大V)

OpenAI CLIP 关键点 - 连接图像和文字 【笔记】跟吴恩达和IsaFulford学提示词工程(初级开发者入门课程) MacOS使用Charles抓去HTTPS数据 在浏览器的JavaScript里new Date().toUTCString()后,传递给C# DateTime().TryParse()会发生什么? Git凭证存储(简单易懂,一学就会,认真看) - volnet(可以叫我大V) - 博客园 重启Ubuntu后Hadoop的namenode起不来的解决办法‬ ASP.NET 上传文件最大值调整 Git撤销提交 MVC模式下如何实现RegisterStartupScript等功能 RESTful接口设计原则/最佳实践(学习笔记) 如何编译MongoDB? 《硅谷之谜》读书笔记 Google的Bigtable学习笔记(不保证正确性) 软件开发到底是怎么一回事呢? 如何控制自己之2016个人目标管理 如何自适应网页的协议(http/https/……) 数据库时间戳设计 AngularJS-Controller的使用-读书笔记 FIM相关报错汇总
如何安装Docker UCP
volnet(可以叫我大V) · 2016-09-04 · via 博客园 - volnet(可以叫我大V)
parallels@ubuntu:~/Downloads/Docker$ ls
DTR  UCP
parallels@ubuntu:~/Downloads/Docker$ sudo openssl req -out ca.pem -new -x509
Generating a 2048 bit RSA private key
......................................................+++
.................+++
writing new private key to 'privkey.pem'
Enter PEM pass phrase:docker
Verifying - Enter PEM pass phrase:docker
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:cn
State or Province Name (full name) [Some-State]:beijing
Locality Name (eg, city) []:beijing
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []:volnet
Email Address []:
parallels@ubuntu:~/Downloads/Docker$ ls
ca.pem  DTR  privkey.pem  UCP
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
INFO[0000] Verifying your system is compatible with UCP 
INFO[0000] Your engine version 1.12.1, build 23cf638 (3.13.0-86-generic) is compatible 
Please choose your initial UCP admin password: 
Confirm your initial password: 
INFO[0032] All required images are present              
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 

You may enter additional aliases (SANs) now or press enter to proceed with the above list.
Additional aliases: docker-node1
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 
INFO[0000] Checking that required ports are available and accessible 
INFO[0002] Generating UCP Cluster Root CA               
INFO[0027] Generating UCP Client Root CA                
INFO[0032] Deploying UCP Containers                     
INFO[0063] New configuration established.  Signalling the daemon to load it... 
INFO[0064] Successfully delivered signal to daemon      
INFO[0064] UCP instance ID: ZIHB:NNFZ:FZ5O:V577:JKTE:UYMA:CVTU:WLGV:CWQY:BLM7:SCC2:2KT2 
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 
INFO[0064] Login as "admin"/(your admin password) to UCP at https://10.211.55.6:443