有一个 github 存储库尝试逆向工程 docker run 命令,但目前还不完善,版本是 0.1.2。您应该按照它来更新。也许有一天您可以使用它来获得正确的 run 命令。
$ sudo pip install runlike
# run the ubuntu image
$ docker run -ti ubuntu bash
$ docker ps -a
# suppose you get the container ID 1dfff2ba0226
# Run runlike to get the docker run command.
$ runlike 1dfff2ba0226
docker run --name=elated_cray -t ubuntu bash