首页 > TAG信息列表 > mcw1

docker 存储

  查看系统默认驱动 Storage Driver: overlay2 默认驱动,这里用的centos7系统 Backing Filesystem: xfs 底层文件系统 Docker Root Dir: /var/lib/docker 各层数据存放目录 [root@mcw1 ~]$ docker info Client: Context: default Debug Mode: false Plugins:

docker镜像

  hello-world 最小的镜像 从Docker Hub 下载这个镜像 [root@mcw1 /application]$ docker pull hello-worldUsing default tag: latestlatest: Pulling from library/hello-world2db29710123e: Pull complete Digest: sha256:2498fce14358aa50ead0cc6c19990fc6ff866ce72aeb5546e1

es部署

  部署单机版estar xf elasticsearch-7.16.0-linux-x86_64.tar.gz./bin/elasticsearch -dcan not run elasticsearch as root su - machangwei./bin/elasticsearch -d #切换用户后没有权限访问jdk目录warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOMEcould not fin

使用systemctl管理服务(nginx)

  首先调整好路径信息,修改配置文件vim /usr/lib/systemd/system/nginx.service [Unit]Description=The nginx HTTP and reverse proxy serverAfter=syslog.target network.target remote-fs.target nss-lookup.target [Service]Type=forkingPIDFile=/var/run/nginx.pidExecStartP

Nginx多种安装方式

  不指定参数配置的Nginx编译安装 下载地址:http://nginx.org/download/nginx-1.10.2.tar.gz ./configuremake make install wget下载或浏览器下载上传。解压进入目录[root@mcw1 nginx-1.10.2]# ls #查看文件auto CHANGES CHANGES.ru conf configure contrib html LICENSE