This is the error.
pkg -L
docker pull
Using default tag: latest
latest: Pulling from teaxyz/cli
Digest: sha256:3da7a0f1f4d0df23889b61e6892b722bde42ee4e019b242733d94b18129225a5
Status: Image is up to date for teaxyz/cli:latest
docker.io/teaxyz/cli:latest
docker run
bash: /root/.tea/tea.xyz/v*/bin/tea: No such file or directory
It is missing /root/.tea/tea.xyz/v*/bin/tea.
When I run the container manually without any mounts it has the missing binary.
docker run --rm -it teaxyz/cli:latest bash
tea $ ls /root/.tea/tea.xyz/v\*/bin/tea
'/root/.tea/tea.xyz/v*/bin/tea'
So I know it's a mount, specifically, this one: /root/.tea /Users/james/pantry/prefixes/linux.
This is the line that creates the mount.
I don't think it matters, but my docker image is 52d656ab72291e357f31b32d4aa624fe70ba1cb77a3706d79cc93ba042cb69d3.