Skip to content

Commit 0b93375

Browse files
committed
auto install docker on centos
1 parent 52957ca commit 0b93375

File tree

2 files changed

+73
-83
lines changed

2 files changed

+73
-83
lines changed

life/note.md

Lines changed: 71 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,71 @@
1-
无锁编程
2-
离散数学
3-
SQL server
4-
甘特图
5-
6-
7-
2019年9月11日09:46:59
8-
矩阵管理
9-
ERP
10-
项目管理
11-
业务流
12-
BPM
13-
SOA
14-
https://www.ibm.com/developerworks/cn/webservices/1011_guch_soaprocess/1011_guch_soaprocess.html
15-
pip requiements.txt
16-
setuptools
17-
distutils
18-
《Python核心编程》
19-
https://mp.weixin.qq.com/s/e2c086G86bDcsQuoJIGfbw
20-
金蝶 用友
21-
PM、MBA
22-
23-
2019-9-17 08:18:02
24-
vSphere, ESXi 和 vCenter
25-
高性能队列——Disruptor
26-
IC卡
27-
k8s
28-
CRM、HRM、BPM
29-
docker
30-
jenkins
31-
32-
33-
34-
2019-9-18 08:16:26
35-
无纸化办公
36-
BarTender
37-
SmartBI
38-
odoo
39-
项目对接
40-
Cucumber
41-
https://tower.im/teams/eabc581dea3af92c3509ae3fc3cfa806/projects/
42-
Minitab
43-
https://www.zhihu.com/search?type=content&q=%E9%A1%B9%E7%9B%AE%E7%AE%A1%E7%90%86
44-
45-
46-
2019-9-19 08:31:23
47-
权限管理框架
48-
国际化
49-
50-
2019-9-20 09:04:33
51-
52-
浏览器 调用DLL
53-
WIP
54-
学习下Vue
55-
56-
2019-9-23 08:17:53
57-
学习Django
58-
typescript
59-
ETCD https://draveness.me/etcd-introduction
60-
openfire
61-
62-
63-
找一个SpringBoot项目,最好是项目管理系统的,有菜单管理、用户管理模块的
64-
原型完善
65-
66-
67-
项目管理平台
68-
https://github.com/micromata/projectforge
69-
70-
2019-9-25 08:17:55
71-
EAI
72-
SOA
73-
docker && sqlserver
74-
单点登录
75-
SDN
76-
workflow
77-
78-
79-
2019-9-26 08:08:21
80-
阿里云产品
81-
重新学习C语言
82-
面向对象的软件开发 方法
83-
DAL 数据库访问层
1+
# long long ago
2+
- 无锁编程
3+
- 离散数学
4+
- SQL server
5+
- 甘特图
6+
# 2019年9月11日09:46:59
7+
- 矩阵管理
8+
- ERP
9+
- 项目管理
10+
- 业务流
11+
- BPM
12+
- SOA
13+
- https://www.ibm.com/developerworks/cn/webservices/1011_guch_soaprocess/1011_guch_soaprocess.html
14+
- pip requiements.txt
15+
- setuptools
16+
- distutils
17+
- 《Python核心编程》
18+
- https://mp.weixin.qq.com/s/e2c086G86bDcsQuoJIGfbw
19+
- 金蝶 用友
20+
- PM、MBA
21+
# 2019-9-17 08:18:02
22+
- vSphere, ESXi 和 vCenter
23+
- 高性能队列——Disruptor
24+
- IC卡
25+
- k8s
26+
- CRM、HRM、BPM
27+
- docker
28+
- jenkins
29+
# 2019-9-18 08:16:26
30+
- 无纸化办公
31+
- BarTender
32+
- SmartBI
33+
- odoo
34+
- 项目对接
35+
- Cucumber
36+
- https://tower.im/teams/eabc581dea3af92c3509ae3fc3cfa806/projects/
37+
- Minitab
38+
- https://www.zhihu.com/search?type=content&q=%E9%A1%B9%E7%9B%AE%E7%AE%A1%E7%90%86
39+
# 2019-9-19 08:31:23
40+
- 权限管理框架
41+
- 国际化
42+
# 2019-9-20 09:04:33
43+
- 浏览器 调用DLL
44+
- WIP
45+
- 学习下Vue
46+
# 2019-9-23 08:17:53
47+
- 学习Django
48+
- typescript
49+
- ETCD https://draveness.me/etcd-introduction
50+
- openfire
51+
- 找一个SpringBoot项目,最好是项目管理系统的,有菜单管理、用户管理模块的
52+
- 原型完善
53+
- 项目管理平台
54+
- https://github.com/micromata/projectforge
55+
# 2019-9-25 08:17:55
56+
- EAI
57+
- SOA
58+
- docker && sqlserver
59+
- 单点登录
60+
- SDN
61+
- workflow
62+
# 2019-9-26 08:08:21
63+
- 阿里云产品
64+
- 重新学习C语言
65+
- 面向对象的软件开发 方法
66+
- DAL 数据库访问层
67+
- podman docker
68+
- “Asible”、”Chef”、”Puppet” 等等…
69+
- https://mritd.me/2019/06/26/podman-history-of-container/
70+
- https://www.cnblogs.com/xuxinkun/p/8036832.html
71+
- 《京东基础架构建设之路》
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl -fsSL get.docker.com -o get-docker.sh
2+
sudo sh get-docker.sh --mirror Aliyun

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy