mysite.template是一个文件,但是映射到docker里就成了一个目录,请问是哪里写错了呢?
光阴似箭催人老,日月如移越少年。
The official explanation of Volume is Data directory, the connection is as follows:
https://docs.docker.com/engine/tutorials/dockervolumes/
If you are simply adding files, you can use add or copy
-v host_path/mysite.template:ps_path/mysite.template
The run syntax is written like this. Pay attention to the file name
The same file can be put into ubuntu and it will work. I guess there is something wrong with the docker in windows
The official explanation of Volume is Data directory, the connection is as follows:
If you are simply adding files, you can use add or copy
The run syntax is written like this. Pay attention to the file name
The same file can be put into ubuntu and it will work. I guess there is something wrong with the docker in windows