How to show the run command of a docker container

前端 未结 11 1271
萌比男神i
萌比男神i 2020-11-27 10:24

I use a third party GUI (Synology Docker package) to setup a docker container. However, it\'s limitation makes me need to run the container from the command line. (I want to

11条回答
  •  失恋的感觉
    2020-11-27 10:30

    All docker files are here you can find cmd and mounts for example ls -la /proc/1 just cat it

    cat /proc/1/cmdline
    nginx: master process nginx -g daemon off;
    

提交回复
热议问题