[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Cannot utime: No such file or directory" in Docker bind mounted dir
From: |
Bruno Haible |
Subject: |
Re: "Cannot utime: No such file or directory" in Docker bind mounted dirs on macOS |
Date: |
Fri, 19 Jul 2019 04:43:11 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-154-generic; KDE/5.18.0; x86_64; ; ) |
Hi Max,
> $ docker run -it --rm -v $(pwd):/mnt debian:latest tar xvf /mnt/test.tar -C
> /mnt
>
> The last step fails with:
>
> tar: gnulib-bug-symlinks/2: Cannot utime: No such file or directory
>
> The commit that caused this error to occur is
> http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=9381306085ec6d6d0c671afb5816dcfc85b04e97.
> If I revert this locally, the error doesn't occur.
What you say seems to indicate that this docker container is running on
top of a Linux kernel. On the other hand, Paul's patch assumes a macOS
specific bug. I'm confused.
What is the result of 'uname -sr' in this docker container?
It might also help if you explain the architecture of this "Docker Desktop"
product in a couple of sentences.
Bruno