licheepi-nano-buildroot
licheepi-nano-buildroot copied to clipboard
Docker error Windows 7
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 "-"