Podman cant find an existing absolute path to add

Viewed 19

I am using podman and trying to map an absolute path on my mac to /opt/flatbuffers on the container.

ADD /Users/bryan/src/git/flatbuffers /opt/flatbuffers

Getting this build error:

STEP 8/9: ADD /Users/bryan/src/git/flatbuffers /opt/flatbuffers
Error: error building at STEP "ADD /Users/bryan/src/git/flatbuffers /opt/flatbuffers": checking on sources under "/var/tmp/libpod_builder2832945314/build": copier: stat: "/Users/bryan/src/git/flatbuffers": no such file or directory

I have verified the absolute path exists and is populated.

0 Answers
Related