After reading this article, you can thoroughly understand Dockerfile

Dockerfile function: Dockerfile is a "command file" used in Docker to install all dependencies of the project with one click. It is written according to the official requirements of Docker. During build, it will execute step by step according to similar shell commands and build an image; explain: From the perspective of applicatio ...

Added by XeRoZeN on Mon, 17 Jan 2022 16:59:07 +0200

Linux user manual (CentOS)

Common commands 1. System command sync #Synchronize data from memory to hard disk shutdown -h now #Turn it off immediately reboot #restart hostnamectl set-hostname kali #Set the host name to kali 2. Directory operation cd / #Open root directory cd ~ #Open current user directory cd ./ #current directory cd .. #Return to the previous dir ...

Added by Keith Scott on Mon, 17 Jan 2022 14:36:47 +0200

Docker's network mode and data management

catalogue Docker four network modes docker custom network View a list of network modes View container information (including configuration, environment, gateway, mount, cmd, etc.) Specifies the IP address of the assignment container Custom network fixed IP Port mapping Execute in container commands in the host environment Docker data ...

Added by kamy99 on Mon, 17 Jan 2022 07:17:26 +0200

docker compose of docker three swordsmen (configure haproxy+nginx load balancing)

1, Introduction to docker compose 1. The application system of microservice architecture generally includes several microservices, and each microservice will generally deploy multiple instances. If each microservice needs to be started and stopped manually, it can be imagined that the efficiency is low and the amount of maintenance is larg ...

Added by spiffy577 on Mon, 17 Jan 2022 00:14:58 +0200

Basic learning of Docker introduction

I. Introduction to docker Architecture diagram   1 what is Docker Docker is an open source application container engine, which is based on Go language and complies with Apache 2.0 0 protocol open source;Docker allows developers to package their applications and dependency packages into a lightweight and portable container, and then pub ...

Added by youngp on Sat, 15 Jan 2022 23:35:17 +0200

Linux (enterprise) - docker

Linux (enterprise) - docker 1. Introduction to docker Docker is the engine for managing containers. Docker is an application packaging and deployment platform, rather than a simple virtualization technology. 2. Installation and startup After configuring the yum source, install and enable. Alibaba cloud image is recommended. https://mirror ...

Added by mitwess on Sat, 15 Jan 2022 16:10:21 +0200

Introduction and installation of day33 MySQL

MySQL introduction and installation 1, MySQL overview 1. Relational database and non relational database RDBMS (relational database management system) is a relational database management system. In short, relational database refers to a database that uses two-dimensional tables to organize data. Extension: there are generally two kinds ...

Added by Cereals on Fri, 14 Jan 2022 20:23:38 +0200

Linux device driver firmware load - reprint

As a driver author, you may find that you have to download firmware into a device before it can work Competition in many parts of the hardware market is so intense that manufacturers are reluctant to spend even a little of the cost of EEPROM used as device control firmware Therefore, the firmware is released on a CD with the hardware, ...

Added by Eric_Ryk on Fri, 14 Jan 2022 15:57:18 +0200

Playing with disk management and mounting hard disk under linux

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python practical quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 preface This article will bring some knowledge about hard disk mounting in disk management under Linux and Linux operating system. This is probabl ...

Added by bhavin12300 on Fri, 14 Jan 2022 13:24:21 +0200

Linux ❉ system software installation details

One software package (source package and binary package) There are many software packages under Linux, and almost all of them are licensed by GPL and open source for free (free source code). GPL, the full name of which is General Public License, and its Chinese name is "General Public License". It is simply understood that GPL is an ...

Added by rgriffin3838 on Fri, 14 Jan 2022 11:51:46 +0200