Ask questionsDocumentation claims that --mount works with 18.06
The document claims that --mount
works with 18.06 but even when doing export DOCKER_BUILDKIT=1
it doesn't work and I can only get it to work with 18.09 or later
Answer
questions
daveisfera
I set that property and Experimental: true
was set when I ran docker info
. Anything else I could check as to why it wasn't working?
Related questions