I'm new to Docker and tried to follow the guide at https://wiki.debian.org/Docker, which links to https://wiki.debian.org/Cloud/CreateDockerImage. On the latter, I hit a hard stop at the first command, `sudo .../mkimage.sh -t $USER/minbase debootstrap --variant=minbase stable` because the mkimage.sh script isn't anywhere in the docker.io package.
Could someone guide me to a working tutorial to build a “recommended” Debian Docker image, and I'll see if I can revise the Wiki to reflect that? With thanks,