04 understanding process: why was my process in the container forcibly killed?
Today, let's talk about the last part of the init process in the container, why the process in the container is forcibly killed. Understanding this problem can help you better manage processes, so that processes in the container can be gracefully shutdown.
Let me tell you why it is important to do this in process management. In the actual prod ...
Posted by selsdon on Wed, 29 Sep 2021 12:35:21 -0700
Use of docker command
1,Docker
Docker is an open source application container engine, which is based on Go language and complies with Apache 2.0 protocol.Docker allows developers to package their applications and dependent packages into a lightweight and portable container, and then publish them to any popular Linux On the machine, virtualization can also be real ...
Posted by AbraCadaver on Wed, 29 Sep 2021 11:29:51 -0700
Spring Boot apps are deployed through Docker Publishing
There are two ways to deploy a Spring Boot project to docker, manual deployment and plug-in deployment
Manual Deployment
1. idea creates a spring boot project
pom.xml file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
Posted by lyonsperf on Wed, 29 Sep 2021 09:16:14 -0700
Linux CentOS7.9/8.4 server installation Docker, Nginx, MySQL
Chapter 1 installing Docker
Introduction: 1. What is Dokcer? An open source application container engine allows developers to package their applications and dependency packages into a portable container, and then publish them to any popular Linux machine. Virtualization can also be realized. The container is completely encapsulated on the ...
Posted by r270ba on Tue, 28 Sep 2021 03:06:57 -0700
Complete operation commands of Docker's container, image and image Warehouse Center
This article introduces the operation parameters of Docker, including the operation commands for container, image and registry.
Tips: This article comes from Learn Docker + K8S from BAT technical experts special column.
1. Container operation
Common operation commands related to Docker and container are as follows:
run
docker run is u ...
Posted by hopelessX on Sun, 26 Sep 2021 17:30:32 -0700
2021-09-16 docker + nginx reverse proxy http and tcp
Note: considering the strong portability of docker, this running environment is based on docker. If your nginx is directly installed in the host, the path is different from that inside the container, and you can only refer to the content of the configuration file
Test environment: Operating system: centos 7.9 (GUI desktop version and min ...
Posted by brockie99 on Sat, 25 Sep 2021 17:03:13 -0700
Jenkins+Docker+github+Vue Automated Deployment
1, Introduction 1,Jenkins
Jenkins is an independent open source software project. It is a continuous integration tool developed based on Java. It is used to monitor continuous and repeated work. It aims to provide an open and easy-to-use software platform to make continuous integration of software possible. Formerly Hudson, it is an extensible ...
Posted by Cynthia on Tue, 21 Sep 2021 13:50:35 -0700
Golang practice record: using gin framework to realize forwarding function: forwarding using nginx
Recently, we need to implement a gadget to forward post requests to the specified back-end service. Because we always want to learn the gin framework, we use this framework to try. It is expected to produce several articles. This paper studies how to test the forwarding tool by using nginx container and back-end service.
summary
The forward ...
Posted by subkida on Mon, 20 Sep 2021 11:44:38 -0700
Easy to master Docker usage
preface
Docker has been very popular since 2013, many people are also interested in it, and there are many articles and learning tutorials about docker on the Internet. Here I mention "Introduction to docker" again just to sort out the previous knowledge for easy reference and sharing. Before learning how to use Docker, we need to kn ...
Posted by neoboffins on Mon, 20 Sep 2021 00:35:45 -0700
Introduction to Jaeger development (java version)
Welcome to my GitHub
Here we classify and summarize all the original works of Xinchen (including supporting source code): https://github.com/zq2599/blog_demos
Overview of this article
Above Distributed call chain tracing tool Jaeger? Two minute fast experience We've experienced Jaeger's basic abilities. Today, let's practice coding and ...
Posted by All4172 on Sun, 19 Sep 2021 06:28:08 -0700