Closed davidloubere closed 2 years ago
Running the following command inside a container built from the debian:stretch-slim does not output the same result whether the host is macOS or Ubuntu.
debian:stretch-slim
$ grep -Rnl path/ -e 'search' | xargs grep -e 'expected'
Results:
# Ubuntu 22.04 LTS / Docker version 20.10.14, build a224086 expected expected ... # macOS 12.4 (21F79) / Docker version 20.10.16, build aa7e414 path/to/file_having_search_1:expected path/to/file_having_search_2:expected ...
Notice the slight difference of Docker versions.
Everything working as expected after rebooting the macOS host, so I'm closing the issue.
Sorry for the inconvenience.
Running the following command inside a container built from the
debian:stretch-slim
does not output the same result whether the host is macOS or Ubuntu.Results:
Notice the slight difference of Docker versions.