I have done the following
Steps to reproduce
xxxxingw@Mobieuss-MacBook-Pro Documents % container list
ID IMAGE OS ARCH STATE IP CPUS MEMORY STARTED
983d8fe8-09b1-47ab-b65b-a6ce9da824a5 docker.io/library/nginx:latest linux arm64 running 192.168.64.4/24 4 1024 MB 2026-06-11T01:57:11Z
xxxxingw@Mobieuss-MacBook-Pro Documents % container stop 983d8fe8
Error: internalError: "failed to stop container" (cause: "notFound: "container with ID 983d8fe8 not found"")
tangingw@Mobieuss-MacBook-Pro Documents % container stop 983d8fe8
Error: internalError: "failed to stop container" (cause: "notFound: "container with ID 983d8fe8 not found"")
xxxxingw@Mobieuss-MacBook-Pro Documents % container stop 983d8fe8-09b1-47ab-b65b-a6ce9da824a5
983d8fe8-09b1-47ab-b65b-a6ce9da824a5
Problem description
I wonder if this is a bug or possibly a new feature. I cannot stop the container by using the first 6 digits of container IDs, as what I used to with docker command.
Environment
- OS: MacOS 26
- Xcode: 26.4
- Container: 1.0.0
Code of Conduct
I have done the following
Steps to reproduce
xxxxingw@Mobieuss-MacBook-Pro Documents % container list
ID IMAGE OS ARCH STATE IP CPUS MEMORY STARTED
983d8fe8-09b1-47ab-b65b-a6ce9da824a5 docker.io/library/nginx:latest linux arm64 running 192.168.64.4/24 4 1024 MB 2026-06-11T01:57:11Z
xxxxingw@Mobieuss-MacBook-Pro Documents % container stop 983d8fe8
Error: internalError: "failed to stop container" (cause: "notFound: "container with ID 983d8fe8 not found"")
tangingw@Mobieuss-MacBook-Pro Documents % container stop 983d8fe8
Error: internalError: "failed to stop container" (cause: "notFound: "container with ID 983d8fe8 not found"")
xxxxingw@Mobieuss-MacBook-Pro Documents % container stop 983d8fe8-09b1-47ab-b65b-a6ce9da824a5
983d8fe8-09b1-47ab-b65b-a6ce9da824a5
Problem description
I wonder if this is a bug or possibly a new feature. I cannot stop the container by using the first 6 digits of container IDs, as what I used to with docker command.
Environment
Code of Conduct