主题:【整理】鸿蒙系统南向开发入门 -- qdst2008
对于快速部署生产环境有需求的, 值得学习.
安装docker:
- 安装gcc: `yum -y install gcc`
- 安装gcc- c++:`yum -y install gcc-c++`
#### Set up the repository
- `sudo yum install -y yum-utils`
- 阿里云仓库
- `yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo`
#### 更新yum软件包索引
- `yum makecache fast`
#### Install Docker Engine:安装 docker 引擎
- `sudo yum install docker-ce docker-ce-cli containerd.io`
### 启动docker
- `sudo systemctl start docker`
- 运行测试
- `sudo docker run hello-world`
### 配置镜像加速器
- `https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors`
快速部署tomcat服务器:
1.docker run -d -p 8080:8080 --name tomcat8 billygoo/tomcat8-jdk8
- 相关回复 上下关系8
🙂【整理】鸿蒙系统南向开发入门 116 qdst2008 字1787 2021-06-16 08:36:10
🙂docker技术
🙂微信小程序可用uniapp的richtext处理西西河的返回 1 qdst2008 字80 2022-03-22 20:43:34
🙂表忘记设置id字段,填入大量数据后的补救 qdst2008 字211 2022-03-15 06:22:20
🙂不懂就问:为什么要用到ubuntu? 1 真理 字98 2022-03-13 22:33:20
🙂怎么还纠结什么鸿蒙换皮呀,我给你解释一下 15 不知其可也 字777 2022-03-14 01:42:55
🙂还是专业人士说的清楚 1 qdst2008 字44 2022-03-14 05:25:26
🙂谢谢 真理 字0 2022-03-14 01:55:12