Deployment and introduction of nfs server

1, Introduction to nfs server 1. What is nfs? nfs is the Network File System. In English, Network File System is a UNIX presentation layer protocol developed by SUN company, which enables users to access files elsewhere on the network as if they were using their own computer. That is to share the files in your own machine on the network so t ...

Posted by Dizzee15 on Sat, 18 Dec 2021 06:17:44 +0100

The docker container uses domain name instead of ip to deploy the spring cloud project

Project requirements: At present, all the projects developed use ip addresses to start services and deploy. According to the feedback of the implementation personnel, this method increases the difficulty of their deployment on the customer's site. For colleagues with less attributes, it is designed that N multiple services need to be starte ...

Posted by qhiiyr on Sat, 18 Dec 2021 06:13:55 +0100

Tired of VMware, try a lighter virtual machine

When it comes to virtual machine tools, VMware is naturally the most familiar. It has many powerful functions. What I recognize most is that it is very convenient to modify the configuration of the virtual machine to make the virtual machine achieve its desired performance ~ ~ But VMware is really easy to use, but you have to pay! It's not che ...

Posted by utahcon on Sat, 18 Dec 2021 02:54:53 +0100

Private warehouse harbor deployment

Private warehouse Harbor deployment Docker Registry Many Registry servers on the Internet support third-party user registration, and then make their own warehouse based on user names. However, there is a defect in using Registry on the Internet, that is, we will not push and download images quickly, and there will be dozens or hundreds of ...

Posted by sankaty on Thu, 16 Dec 2021 17:13:16 +0100

Deep learning - PaddleOCR environment installation

Deep learning - PaddleOCR environment installation PaddleOCR environment installation Official documents: https://gitee.com/paddlepaddle/PaddleOCR/blob/develop/doc/doc_ch/installation.md Note: it is OK to install here, but the old version is installed. express setup According to the document, we need the following environment dock ...

Posted by Dirtbagz89 on Thu, 16 Dec 2021 15:54:49 +0100

Harbor deployment and simple application and Docker Compose syntax

Harbor deployment and simple application Introduction to Harbor Although Docker officially provides a public image repository, it is also very necessary to deploy the Registry in our private environment in terms of security and efficiency. Harbor is an open-source enterprise Docker Registry management project of VMware company. Compared with ...

Posted by bjblackmore on Thu, 16 Dec 2021 14:08:04 +0100

harbor warehouse construction and docker compose syntax

harbor warehouse construction and docker compose syntax Harbor Whether you use docker distribution to build your own warehouse or run the container through the official image, we can find that it is very simple through the previous demonstration. It is not as convenient as directly using the official Docker Hub to manage the image. At lea ...

Posted by MinDFreeZ on Thu, 16 Dec 2021 13:58:26 +0100

Docker compose build Lnmp environment (with dockerfile download)

preface Compose is a tool for defining and running multi container Docker applications. With compose, you can use the YML file to configure all the services required by your application. Then, with one command, you can create and start all services from the YML configuration file. As a PHP developer, Lnmp environment is often where we work an ...

Posted by MercuryBlue on Thu, 16 Dec 2021 12:49:55 +0100

Docker learning | 4 Docker container

catalogue 1. Start the container 1.1 create and start 1.2 start terminated container 2. Background operation 3. Terminate the container 4. Enter the container attach command exec command -i - t {parameter 5. Import and export containers Export container Import container snapshot 6. Delete container Delete a container Clean all co ...

Posted by Serpent_Guard on Wed, 15 Dec 2021 16:11:02 +0100

Commands learned in k8s process

k8s learning Kubernetes(K8S) introduction advanced actual combat complete tutorial, dark horse programmer K8S complete tutorial See Kubernetes for more detailed tutorials md Other commands Boot auto start application # Start the chronyd service [root@master ~]# systemctl start chronyd # Set startup and self startup [root@master ~]# systemct ...

Posted by jlommori on Wed, 15 Dec 2021 05:16:40 +0100