Docker image construction process record

Docker image construction process record Build a docker image for a java project of the company and store the image in a private library. Record the operation process. 1. Packing This is a maven project of spring boot. The packaging command is very simple. cd /projecthome mvn clean package Here, due to the pom file configuration of mvn, ...

Posted by brettpower on Thu, 25 Nov 2021 20:25:33 -0800

Android 11 compiles the kernel real-time output log

How to make the log output in real time when Android compiles the kernel?[android 11][qcom 8155 gvmq][ninja 1.10.2.git][android ninja 1.9.0.git]backgroundIt takes more than ten or twenty minutes to compile make bootimage for development. During this period, there is no log real-time output for a long time. It looks like it is output after compi ...

Posted by pkSML on Tue, 16 Nov 2021 04:07:56 -0800