docker build --platform linux/amd64,linux/arm64 -t pyjamacafe/sandbox .
docker run -it --rm pyjamacafe/sandbox:latest
Create a container named lab and map the container workspace to ~/Downloads/workspace on local machine.
docker run -it -v ~/Downloads/workspace:/home/pyjamacafe/workspace --name lab pyjamacafe/sandboxStarting Docker
docker start labAttach to the container
docker attach lab