2. Import and export of docker images

Directory Overview docker common commands download Export Import image Finish Overview Docker common commands The commands used in this chapter are summarized here, with use cases following. Command Function docker images Show images docker rmi $(docker images -q) Delete all images on the system docker rmi -f Force deletion of multiple images: docker rmi -f […]

Implement devops application based on docker container

Article directory Implement devops application based on docker container 1. Deploy Gitlab and upload a project 2. Deploy jenkins based on tomcat 2.1 Deploy tomcat 2.2 Deploy Jenkins 3. Deploy harbor warehouse 3.1 Modify the mapping file on other hosts that need to use private warehouses 3.2 Deploy harbor warehouse 4. Deploy docker 5. Make […]

DevOps application solution based on Docker container

Article directory Environment introduction 1. Deploy gitlab warehouse 2. Deploy jenkins 3. Install the harbo warehouse 4. Deploy docker on the fourth host, and make a tomcat image and upload it to the harbor warehouse 5. Upload the code to the gitlab warehouse 6. Install docker on the jenkins host and create a pipeline script […]

Docker builds onlyoffice and uses it

centos8.5 installation docker Install yum install -y docker Check whether Docker is installed successfully yum list installed | grep docker Set up auto-start at power on systemctl enable docker start up systemctl start docker View version docker -v docker install onlyoffice To pull the image pull OnlyOffice, it is recommended to specify the version number. […]

Docker deploys zabbix6.0+agent

1. Install Docker Available offline for reference Offline installation of docker and docker-compose-CSDN blog Deploy docker’s yum source vi /etc/yum.repos.d/docker-ce.repo [docker-ce-stable] name=Docker CE Stable – $basearch baseurl=https://download.docker.com/linux/centos/$releasever/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg [docker-ce-stable-debuginfo] name=Docker CE Stable – Debuginfo $basearch baseurl=https://download.docker.com/linux/centos/$releasever/debug-$basearch/stable enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg [docker-ce-stable-source] name=Docker CE Stable – Sources baseurl=https://download.docker.com/linux/centos/$releasever/source/stable enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg [docker-ce-test] name=Docker CE Test-$basearch […]

Use Docker to deploy the open source distributed task scheduling system DolphinScheduler

Blog homepage: The little sheep has insomnia. Series of columns: “C Language” strong> 《Data Structure》 《Linux》《Cpolar》 Thank you everyone for likingfavorites?comments Use Docker to deploy the open source distributed task scheduling system DolphinScheduler A few days ago, I discovered a giant artificial intelligence learning website. It is easy to understand and humorous. I couldn’t help […]

Design and implementation of agricultural and commercial docking system based on Spring Boot

Table of Contents Preface 1. Technology stack 2. Introduction to system functions Administrator function implementation Seller management User Management After-sales information management Seller function implementation Product information management Order information management Order tracking management Online communication management User function implementation Product information Information information Order information management Order tracking management 3. Core code 1. Login […]

Docker (easy to understand)

Table of Contents 1. What is docker? Core idea 2. docker installation 1. Uninstall docker 2. Install using yum 3. Docker commonly used commands 1. Help command 2. Mirror command 1) View the image 2) Query the image 3) Pull the image 4) Delete the image 3. Container commands 4. Container data volume 5. DockerFile […]

window-docker-compose builds elk: 7.X (detailed version, current version 7.17)

Table of Contents Directory Structure installation steps 1. Writing docker-compose.yml 2. es_master.yml configuration of elasticsearch config 3. kibana.yml configuration of kibana’s config 4. Elasticsearch creates a secure authentication user 5. Create a Kibana keystore and add configuration (that is, store the es user and password in the keystore, and use ES with security authentication for […]