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
pull Pull images of Cloud-Barista System containers
61
-
remove Stop and Remove Cloud-Barista System
62
-
run Setup and Run Cloud-Barista System
63
-
stop Stop Cloud-Barista System
51
+
rest rest api call
64
52
65
53
Flags:
66
-
--config string config file (default is $HOME/.mcc.yaml)
67
-
-h, --help help for mcc
68
-
-t, --toggle Help message for toggle
54
+
-h, --help help for mcc
69
55
70
56
Use "mcc [command] --help" for more information about a command.
71
57
```
72
58
73
-
## Run
59
+
60
+
## docker-compose.yaml
61
+
```
62
+
The necessary service information for the M-CMP System configuration is defined in the mc-admin-cli/docker-compose-mode-files/docker-compose.yaml file.(By default, it is set to build the desired configuration and data volume in the docker-compose-mode-files folder.)
63
+
64
+
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.
74
65
```
75
-
mc-admin-cli/src$ ./mcc run -h
76
66
77
-
Setup and Run Cloud-Barista System
67
+
## docker subcommand
68
+
For more information, check out [the docker subcommand document.](./docs/mc-admin-cli-docker-compose-mode.md)
69
+
70
+
```
71
+
For now, it supports docker's run/stop/info/pull/remove commands.
72
+
73
+
Use the -h option at the end of the sub-command requiring assistance, or executing 'mcc' without any options will display the help manual.
74
+
78
75
79
76
Usage:
80
-
mcc run [flags]
77
+
mcc docker [flags]
78
+
mcc docker [command]
79
+
80
+
Available Commands:
81
+
info Get information of M-CMP System
82
+
pull Pull images of M-CMP System containers
83
+
remove Stop and Remove M-CMP System
84
+
run Setup and Run M-CMP System
85
+
stop Stop M-CMP System
81
86
82
87
Flags:
83
-
-f, --file string Path to Cloud-Barista Docker-compose file (default "*.yaml")
84
-
-h, --help help for run
88
+
-h, --help help for docker
89
+
90
+
Use "mcc docker [command] --help" for more information about a command.
91
+
```
85
92
86
-
Global Flags:
87
-
--config string config file (default is $HOME/.mcc.yaml)
0 commit comments