aliyun centos ngnix[1] + docker[3] + dotnet core

ECS opening

  Ali opened a cloud [preemptive ECS], 7 cents one hour;

  Pre contos;

 

XSHELL remote login shh

  

Install Nginx

  Add Source: sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm

  Installation: sudo yum install -y nginx

  Version: install -v

  Directory: / etc / nginx

  Profile: /etc/nginx/conf.d/default.conf

  Start: sudo systemctl start nginx.service

  Start automatically: sudo systemctl enable nginx.service

  

  Reference: https://www.cnblogs.com/songxingzhu/p/8568432.html

Installation docker

  installation:

 

Guess you like

Origin www.cnblogs.com/fmp/p/11455082.html