ivories/mysql
ssh core@yourserverip
cd /home/core
git clone https://github.com/ivories/docker.git
chmod -R 777 docker/shell
/home/core/docker/shell/shell_init
export PATH="/home/core/docker/shell:$PATH"
install
install_web
ssh_config www.youname.com
sudo timedatectl set-timezone Asia/Shanghai
sudo hostnamectl set-hostname yourname
web
s bind # install bind server
s samba # install samba share
s git # install git server
cd /home/core/data/nginx
vi nginx.conf # config nginx domain
cd /home/core/data/php
vi php.ini # config php.ini
cd /home/core/data/mysql
vi my.cnf # config my.cnf
s service_name #start/restart fleetctl service
p service_name #stop fleetctl service
ss service_name #start/restart systemctl service
st service_name #status systemctl service
sp service_name #stop systemctl service
fl #list all service
fl service_name #list one fleetctl service(except global service)
web #start/restart fleetctl web service
docker pull ivories/mysql