Hi All ,
I have created an basic Dockerfile :
FROM ubuntu
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install vim -y
CMD ["/bin/bash"]
If we try to load a docker image which has more than ONE layer on target ,
I am getting
*setxattr("/var/lib/apt/lists/auxfiles", trusted.overlay.opaque=y):
operation not supported*
Any input as to what is causing this error as i am new to docker .
Any feedback / suggestion / pointers will be helpful .
Thanks ,
Ashish
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trusted-overlay-attribute.png
Type: image/png
Size: 208433 bytes
Desc: not available
URL:
<http://mails.dpdk.org/archives/users/attachments/20210730/8d207330/attachment.png>