发布时间:2023-03-10 19:30
官方文档地址 http://n9e.didiyun.com/docs/install/compile/
本次在容器采用编译好的tar包安装
tar -xf n9e-2020-03-31-08-22-51.tar.gz
mv n9e /home/
docker run -dit --name centos7-yy --privileged=true --restart always --network mynetwork -p 8088:80 -v /date:/date couchbase/centos7-systemd /usr/sbin/init
docker exec -it centos7-yy bash
yum install epel-release
yum -y install nginx redis mariadb-*
安装完成启动和开机自启