Start - hiberus-magento/hiberus-dockergento GitHub Wiki
hm start
Start project containers or specific container.
Usage
hm start [OPTIONS] [ARGUMENT]
Refer to the options section for an overview of available OPTIONS
for this command.
Description
The start
command is used to start service containers.
If you change to another project, you can use -s
to stop containers before starting current project containers.
You can start specific service container:
hm start [ phpfpm | mginx | ... ]
Options
Name | Description | Example |
---|---|---|
-s , --switch |
Stop all docker containers before starting. | hm start -s |