gpt4 book ai didi

docker - 我们可以控制 .dockerignore 文件中内容的区分大小写吗?

转载 作者:行者123 更新时间:2023-12-02 17:55:02 27 4
gpt4 key购买 nike

official documentation我在 .dockerignore 中找不到有关内容区分大小写的信息文件。

我们可以控制 .dockerignore 文件中内容的区分大小写吗?

例如:我有像 .txt、.TXT、.Txt 这样的文件扩展名 - 我想单独指定模式。

最佳答案

好像是.dockerignore文件在 Windows 上不区分大小写,在 Linux(因此可能是 MacOS)上区分大小写。

来自 Docker documentation :

The CLI interprets the .dockerignore file as a newline-separated list of patterns similar to the file globs of Unix shells. [...] Matching is done using Go’s filepath.Match rules. A preprocessing step removes leading and trailing whitespace and eliminates . and .. elements using Go’s filepath.Clean.



似乎上述函数利用了 Go 的 glob , which is case-insensitive or case-sensitive depending on your operating system

关于docker - 我们可以控制 .dockerignore 文件中内容的区分大小写吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62208432/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com