Update the Dockerfile with the architecure you intend to build for. It is defaulted to raspberrypi3 docker build -t myimagename . Docker run -it --rm -v $(pwd)/output:/output myimagename --version 1.0 ...