mysql Yearning install
安装docker编排工具compose:
[root@localhost ~]# yum install docker-compose安装git
[root@localhost ~]# yum install git下载Yearning
[root@localhost ~]# git clone https://github.com/cookieY/Yearning.git安装Yearning
说明:compose会将启动两个容器,一个为Yearning服务的容器,一个为mysql的服务容器,两个容器进行交互
[root@localhost ~]# cd /root/Yearning/install/yearning-docker-compose
[root@localhost yearning-docker-compose]# docker-compose up -d
查看容器

查看监听地址:

访问平台地址
http://IP:8080

发表评论