Home > other >  How to know whether a running container using the -d parameter
How to know whether a running container using the -d parameter

Time:10-21

Others up a container, I want to know when he was run, whether to add the -d parameter,
How to check? Does not influence the normal operation of the container,

CodePudding user response:

Docker inspect container ID
  • Related