elby0
elby0
Windows 11 version 23H2 Docker version Docker version 27.2.0, build 3ab4256 last commit log: commit bea36cadd81ca7a14ae0df52920018a5b94736a6 (HEAD -> main, origin/main, origin/HEAD) Author: renovate[bot] Date: Tue Sep 17 15:40:17 2024 +0000...
Navigated to `web-server` folder. set ARCH=armv7hf Have to use `set` here because it is the windows alternate for `export`. docker build . --build-arg ARCH --tag web-server:ARCH This gives me the...
Hi, I tested with WSL and it still reproduces the same error. The commands I used: docker -v Docker version 27.2.0, build 3ab4256 As per the documentation: export ARCH=armv7hf docker...
Hi, just a quick update on this one. I created an Ubuntu 22.04 LTS set up in VM. I then pulled the code and ran the web-server example there and...