Docker
preface When it comes to free SSL certificates, Let's Encrypt must be the first thing you think of. Students who have used Let's Encrypt should also know that its validity period is only three months, and it will be renewed after three months. There are similar scripts on github that can be autUTF-8...
Posted by sintax63 on Thu, 13 May 2021 06:30:47 +0930
Author: Gorit Date: 2021/5/14 Blog post published in 2021: 18/50 reference material: Flash backend: Docker+Gunicorn+Nginx deploymentA uwsgi Server available on UnixDetailed explanation of gunicorn configurationFlash + gunicorn + nginx deployment reference 1, Project background Recently, after UTF-8...
Posted by chrisranjana on Sat, 15 May 2021 03:51:02 +0930
The data volume emptydir is a local storage, and the Pod is restarted. The data does not exist, and it needs to be persisted 1. Basic concepts Managing storage is an obvious problem of managing computing. The PersistentVolume subsystem provides an API for users and administrators to abstract hoUTF-8...
Posted by kripz on Mon, 17 May 2021 02:15:42 +0930
Docker learning Docker overview Official address: Empowering App Development for Developers | Docker Docker's idea comes from container! Isolation: the core idea of Docker! Packing and packing! Every box is isolated from each other! Docker can make the best use of the server through the isolatiUTF-8...
Posted by slj90 on Sat, 22 May 2021 04:40:03 +0930
Linux Utility -- nc (CentOS 7 version of the file transfer function) nc is a small program that comes with all Linux distributions. However, the version of the program in each distribution may be different. The download page of the program's official website is: https://nmap.org/download.html UTF-8...
Posted by bznutz on Sun, 23 May 2021 05:20:30 +0930
Boot settings Set the container to start automatically docker update container id/Container name --restart=always Set boot not to start automatically docker update container id/Container name --restart=no Set the power on to start docker systemctl enable docker docker installing mysql Download UTF-8...
Posted by dennismonsewicz on Wed, 26 May 2021 06:04:56 +0930
1. What is warehouse? Docker warehouse is used to contain the location of images. Docker provides a Register server to store multiple warehouses, and each warehouse can contain multiple images with different tag s.The default warehouse used in Docker operation is Docker Hub public warehouse. TUTF-8...
Posted by gr8dane on Sat, 29 May 2021 02:29:33 +0930
preface Since March 2017, docker has been divided into two branch versions: Docker CE and Docker EE. Docker CE is the community free version, and Docker EE is the enterprise version. It emphasizes security, but it needs to be used for a fee. Docker officially recommends CentOS 7.0 and above. ThUTF-8...
Posted by robnet on Sat, 29 May 2021 07:00:24 +0930
Our goal Implement the LAMP architecture of wordpress and discuz based on fastcgi mode in CentOS 7 The architecture looks like the following figure: Set before experiment Configure in Windows: C: windows, system32, drivers, etc 10.0.0.7 blog.magedu.org forum.magedu.org Confirm that you can pingUTF-8...
Posted by Unforgiven on Sun, 30 May 2021 06:05:25 +0930
1. Uninstall docker systemctl stop docker yum -y remove docker-ce docker-ce-cli containerd.io rm -rf /var/lib/docker #1. Uninstall the old version yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-enginUTF-8...
Posted by filn on Sun, 30 May 2021 07:25:49 +0930