PasteSpider之关于宿主服务器需要支持的命令说明

        PasteSpider运行于宿主机器上的容器中,支持podman/docker.PasteSpider通过SSH连接到宿主服务器上执行命令,为了更好的执行部署任务,需要支持以下命令:

 top

        用于查询宿主服务器上的运行情况,网络使用,CPU使用等

cat

        用于读取podman/docker的配置文件的信息,由于要登陆到私有仓库中,需要读取后添加白名单。

netstat

        检查宿主可用的端口,这个在服务配置需要端口映射的时候需要使用。安装的软件包为net-tools 比如centos中的yum install net-tools

nginx

        用户自动配置路由信息,需要更新***.conf的文件,系统只会操作系统内配置的路由列表涉及的*.conf文件。

        也用于执行命令 nginx -t && nginx -s reload等

docker/podman

        PasteSpider的主要命令,用于构建镜像,启动容器,查看容器信息等。

free

        用于查看宿主服务器的内存情况!

echo

        只用于释放指定服务器的缓存,echo 3 > /proc/sys/vm/drop_caches

你可能感兴趣的:(PasteSpider,服务器,linux,运维,PasteSpider)