-
Hi, `docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES` would like to know, is there something wrong with my configuration? How should I use it in correct way? thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
fixed. |
Beta Was this translation helpful? Give feedback.
-
If you want your containers to start up again automatically, you have to create them with the
|
Beta Was this translation helpful? Give feedback.
fixed.
I misunderstood this problem.
actually the constainers are there but just hidden by the 'docker ps' command.
I got the clue from #3225
and now i can see it with the correct command.