有没有类似git status --ignoredfor docker的命令可以显示.dockerignore文件的效果?
例如 git 有:
$ git status --ignored
...
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
[bunch of files]
...
码头工人有类似的事情吗?
有没有类似git status --ignoredfor docker的命令可以显示.dockerignore文件的效果?
例如 git 有:
$ git status --ignored
...
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
[bunch of files]
...
码头工人有类似的事情吗?