Linux docker pagoda installation operation and maintenance

1. Obtain pure centos mirror

docker pull centos

2. Create a pagoda (baota) container

docker run -i -t -d --name baota -p 8888:8888 --restart=always --privileged=true -v /home/baota/www:/www centos

3. Go pagoda (baota) vessel

docker exec -it baota /bin/bash

4. Get the latest installation from the pagoda's official website, the middle will be prompted to confirm the installation, enter y, wait for the installation

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

5. The following prompt appears after installation is complete, the entrance is on by default secure login password and user name

Bt-Panel: ****************************
username: ********
password: ********

6. Access Security log entry, installation is now complete

Guess you like

Origin www.cnblogs.com/chendongbky/p/12101421.html