You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,11 +99,11 @@ The necessary service information for the M-CMP System configuration is defined
76
99
If you want to change the information for each container you want to deploy, modify the mc-admin-cli/docker-compose-mode-files/docker-compose.yaml file or use the -f option.
77
100
```
78
101
79
-
## docker subcommand
80
-
For more information, check out [the docker subcommand document.](./docs/mc-admin-cli-docker-compose-mode.md)
102
+
## infra subcommand
103
+
For more information, check out [the infra subcommand document.](./docs/mc-admin-cli-infra.md)
81
104
82
105
83
-
For now, it supports docker's run/stop/info/pull/remove commands.
106
+
For now, it supports infra's run/stop/info/pull/remove commands.
84
107
85
108
Use the -h option at the end of the sub-command requiring assistance, or executing 'mcc' without any options will display the help manual.
86
109
@@ -98,13 +121,13 @@ Available Commands:
98
121
stop Stop M-CMP System
99
122
100
123
Flags:
101
-
-h, --help help for docker
124
+
-h, --help help for infra
102
125
103
126
Use "mcc infra [command] --help" for more information about a command.
104
127
```
105
128
106
129
## infra subcommand examples
107
-
Simple usage examples for docker subcommand
130
+
Simple usage examples for infra subcommand
108
131
```
109
132
- ./mcc infra pull [-f ../conf/docker/docker-compose.yaml]
110
133
- ./mcc infra run [-f ../conf/docker/docker-compose.yaml] -d
@@ -114,7 +137,7 @@ Simple usage examples for docker subcommand
114
137
115
138
```
116
139
## k8s subcommand
117
-
K8S is not currently supported and will be supported in the near future.
140
+
**K8S is not currently supported and will be supported in the near future.**
118
141
119
142
## rest subcommand
120
143
The rest subcommands are developed around the basic features of REST to make it easy to use the open APIs of M-CMP-related frameworks from the CLI.
0 commit comments