1: Deploy harbor image warehouse
The development and operation of Docker container applications are inseparable from reliable image management. Although Docker officially provides a public image warehouse, we deploy the Registry in our private environment in terms of security and efficiency It is also very necessary. Previously, we introduced Docker private warehouse Registry. ...
Posted by cairesdesigns on Fri, 24 Dec 2021 21:44:41 +0100
Puppeter docker Failed to launch chrome
Recently, a puppeter service was used in the project to take a screenshot. The front-end service should be packaged into the docker image
First, I use node as the initial image and print the front-end code into the image. The final image will report an error when running the screenshot, saying that it is missing: libx11 xcb so. 1. There should ...
Posted by mooshuligan on Wed, 22 Dec 2021 07:50:50 +0100
How to deploy a project with Docker Compose?
[TOC]prefacePreviously, we deployed springboot, redis and mysql projects with docker, but they are deployed in three different containers. We also need to know the ip addresses of redis and mysql and manually configure them into the springboot application container. I just want to test them locally quickly. This cost is too high. Is there any w ...
Posted by phamenoth on Tue, 21 Dec 2021 22:33:29 +0100
Using Docker to deploy the front-end project practical tutorial, I've stepped on all the pits that should be stepped on for you!
Everyone's first half of life is constantly adding. But in the second half of life, we have to learn to subtract constantly.
catalogue
Front work
1. Things to prepare
2. Connect to ECS
Install Docker environment
1. Install the dependent libraries of Docker.
2. Add the software source information of Docker CE.
3. Install Docker CE.
4. ...
Posted by bonzie on Tue, 21 Dec 2021 04:11:45 +0100
Architecture design of ELK massive log collection system
This article mainly talks about building a log collection and analysis system. For how to deploy ELK using docker, please refer to my previous article https://blog.csdn.net/qq_36534560/article/details/119954728
Log collection system
brief introduction
Integrate the application with SpringBoot, and then extend to ELK technology stack to rea ...
Posted by diegueins on Tue, 21 Dec 2021 02:39:29 +0100
Collect this 20000 word summary, ❤️ Docker ❤️ This piece is guaranteed to be pinched to death. Jesus can't do what I said
⭐ Welcome to subscribe Interview raids in big factories Column, interview the high-frequency interview knowledge summarized by more than 10 large factories. In the free stage, please subscribe quickly
⭐More introduction to boutique columns can be found here
⭐ For more java interview learning materials, please send a private letter to " ...
Posted by 182x on Mon, 20 Dec 2021 05:56:42 +0100
Docker speed learning image and container
After understanding the basic principles and contents of Docker, we will officially start learning Docker. This chapter mainly introduces the image and container of Docker.
Part I review: introduction suggestions and basic principles of Docker Xiaobai. Next Preview: environment variables, data volumes, etc.
Now, let's start learning!
image
...
Posted by project3 on Mon, 20 Dec 2021 04:33:55 +0100
Docker container learning note 1 (crazy God says Java)
1, Docker overview
1. Why does docker appear?
One product: development – online two sets of environments! Application environment, application configuration! Development - operation and maintenance. Question: I can allow it on my computer! Service unavailable due to version update! Is it a big test for operation and maintenance? The env ...
Posted by trehy2006 on Mon, 20 Dec 2021 01:58:29 +0100
[Fabric v2.3.2] tutorial - using private data in Fabric
Using private data in Fabric
This tutorial will demonstrate how to use collections to store and retrieve private data on authorized Peer nodes in the blockchain network.
This tutorial requires that you have mastered private data storage and how to use it. For more information, see private data.
annotation
This tutorial uses the new chai ...
Posted by cali_dotcom on Sun, 19 Dec 2021 14:15:35 +0100
Quick view of common Docker commands
Docker installation
Uninstall the old version. The older docker version is docker or docker engine. If you have installed these programs, uninstall them and their related dependencies. sudo yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker- ...
Posted by devarishi on Sun, 19 Dec 2021 01:54:31 +0100