#What is the Docker admin panel used for?
Docker management panel can simplify the installation behavior of server-side software applications to the extreme. It can be called a server-side application treasure. It has advanced functions such as cluster management, automatic failover, and automatic load balancing. It can be easily Build a 7*24-hour online website operating environment.
Docker management panel URLOS installation method
Log in to the operating system: Use the ssh client tool to log in to the system, if the login user is not root , then execute the sudo -s command to switch to the root user;
Download the installation script and execute the installation command:
curl -SO https://www.urlos.com/install && chmod 544 install && ./install
Note: If there is no curl tool in the system, you need to execute " apt-get install -y curl || yum -y install curl "Install curl
Select the number of the region where the server is located: choose 1 if the server is in China, if 1 cannot be installed, choose 2, if the server is in Overseas, select 3 and press Enter;
Select the storage directory for Docker data: /data/docker select 1, /home/docker select 2, /var/lib/docker select 3, and press Enter ;
Installation is successful and the server is restarted: The server may be automatically restarted after the installation is completed, and the restart process usually takes about 1 minute;
Access and use URLOS: Please set it in the firewall (or security group) Open ports 9966, 9967, 9968, 9969 (inbound rules) and port 8866 (outbound rules), and then use a browser to access "https://yourserverIP:9966" or "http://yourserverIP :9968"Access URLOS;
Username: urlos, password: urlos
Recommended tutorial: "Docker"
The above is the detailed content of What is the Docker admin panel used for?. For more information, please follow other related articles on the PHP Chinese website!