The key is that the local server does not have write permissions The key is here (Permission denied). I haven't looked at the positive side. I thought there was a problem with the configuration log file. The following are some exceptions 10:35:09,498 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - openFile(null,true) call failed. java.io.FileNotFoundException: logs/bandwidth.log.2019-04-25.log (Permission denied) at java.io.FileNotFoundException: logs/bandwidth.log.2019-04-25.log (Permission denied) at at java.io.FileOutputStream.open0(Native Method) at at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:26) at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204) at ch.qos.logback.core.FileAppender.start(FileAppender.java:127) at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100) at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90) at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309) at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193) I tried it many times before I really understood the reason. It was also inspired by something I saw on the Internet. I hope everyone can also notice that I used the following command to solve it perfectly.
After mounting an existing directory on the host, "Permission denied" is reported when operating it in the container This can be solved in two ways: 1> Turn off selinux. Temporary shutdown: # setenforce 0 Permanently disable: Modify the /etc/sysconfig/selinux file and set the value of SELINUX to disabled. 2> Start the container in privileged mode Specifying the --privileged parameter like:
Additional knowledge: docker -v mounts logs to the host Today I used Docker to pull a vsftp image and ran it. I wanted to mount the logs of this container to the host machine for easy viewing. As a result, the logs did not come out. I searched Baidu for a long time but could not find the reason. Finally, it was discovered that it was necessary to first create a new file with the same name as the log in the mount directory of the host machine, as follows. The above is the location of my container log 1. At the beginning, I ran the container and mounted the logs like this (normally, it can be mounted, but this is not normal~~~), but the logs did not come out.
2. The actual solution is to create the file vsftpd.log in the host mount directory, and then execute the above mount, it will be successful. The above article on solving the problem of docker log mounting is all the content that the editor shares with you. I hope it can give you a reference, and I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: HTML Tutorial: Ordered Lists
MySQL Users and Privileges In MySQL, there is a d...
Table of contents 1. Enter a value and return its...
In today's development environment, fast is b...
1. Download the pip installation package accordin...
As a technical novice, I am recording the process...
Table of contents 1. Open the file Parameter Intr...
Overview Volume is the abstraction and virtualiza...
When you first start learning Linux, you first ne...
Copy code The code is as follows: li {width:300px...
You can manage and deploy Docker containers in a ...
Table of contents Preface Function Overloading Ma...
This article shares a native JS implementation of...
Preface This article introduces how to use the ne...
1. Dynamic parameters Starting from 2.6.0, you ca...
This article shares the specific code of JavaScri...