GetDefaultNetworkName returns the default project network name
()
| 3787 | |
| 3788 | // GetDefaultNetworkName returns the default project network name |
| 3789 | func (app *DdevApp) GetDefaultNetworkName() string { |
| 3790 | return app.GetComposeProjectName() + "_default" |
| 3791 | } |
| 3792 | |
| 3793 | // StartAppIfNotRunning is intended to replace much-duplicated code in the commands. |
| 3794 | func (app *DdevApp) StartAppIfNotRunning() error { |