| 1234567891011121314151617181920212223242526272829303132333435 | Usage:dm [-a] <action> [-n] <name> [-p] <param>dm <action> <action> <param>-h or --help		Help-a or --action		Action name-n or --name		The Action name in the configuration file-p or --param		Execution parameters are generally judged by actions<action>list:use 		default:docker,value:docker|phpset 		default:shemic,value:shemic|hub|aliyunup			Update the DM code<dm use docker><action>list:show		Displays the docker container that is currently startedshowi		Displays the current docker mirrorrm			Remove an exception or docker container that has not been startedrmi 		Delete expired docker images<dm use docker><action>+<name>list:run			Run the containerstop		Stop the containercreate		Create the containercall		Run the container, run only onceup			Run the container and update the docker mirrorrm			Remove the running docker containersave		Save or backup the running docker containerload		Restores and re run the docker container that is saved or backed upExample:dm -a run -n web-phpdm run web-phpdm -a call -n tool-apidoc -p input=demo^out=outputdm call tool apidoc input=demo^out=output[DM is a small docker choreography tool]
 |