Docker: Error Response from Daemon: No Command Specified

Upload web to NGINX, pass docker export -o mynginx.tar [contianer id]Build the container file, copy it to another machine with Docker, and run itdocker import mynginx.target



The Repository and Tag fields have no data. Docker import also has additional parameters



However, an error was reported when starting the container from the image

docker: Error response from daemon: No command specified.

Looking up, you know that the image to run the import must take the command parameter. But when you look at Docker Photoshop, it’s ellipsis



A change of commanddocker ps --no-truncTo view the complete command, the container that last ran the image with the command parameter ran successfully