How does docker view the creation command of an existing container
If you want to look at the container creation command, it seems that you can’t, but you can look at the details of the container, which include the data volume, environment variables, and the command the container started to execute.
docker inspect ${psid}