【Linux】docker常用命令
摘要:docker exec -it 60f3 /bin/bash vi /etc/ssh/sshd_config 开启容器ssh docker exec -it 0ec982bde8ad /bin/bash /usr/sbin/sshd systemctl status docker
阅读全文
posted @
2021-04-23 09:07
长林夕雨
阅读(32)
推荐(0)
【Linux】nginx自启动脚本
摘要:#!/bin/sh## nginx - this script starts and stops the nginx daemon## chkconfig: - 85 15# description: NGINX is an HTTP(S) server, HTTP(S) reverse \# pr
阅读全文
posted @
2018-09-21 19:59
长林夕雨
阅读(2030)
推荐(0)