licheepi-nano-buildroot icon indicating copy to clipboard operation
licheepi-nano-buildroot copied to clipboard

Docker error Windows 7

Open peterbmckinley opened this issue 1 year ago • 1 comments

Docker

peterbmckinley avatar May 07 '23 16:05 peterbmckinley

Try this: docker build --no-cache --output type=tar,dest=- . | tar x -f - -C dist

I found that on windows you have to specify the file "-f" , which in this case is the pipe "-"

DrPicklez avatar Aug 01 '23 11:08 DrPicklez