Linux启动软件命令

nginx
nginx
nginx -s reload
nginx -s stop

docker
systemctl start docker
systemctl status docker
systemctl stop docker
systemctl enable docker
docker exec -it 36a24f9a89ac /bin/bash

mysql
service mysqld start

后台启动jenkins
nohup java -Dhudson.util.ProcessTree.disable=true -jar jenkins.war &

你可能感兴趣的:(Linux启动软件命令)