|
|
@@ -59,7 +59,7 @@ class Start
|
|
|
|
|
|
public function dev($name)
|
|
|
{
|
|
|
- $this->containersBasePath = '/workspace/project/';
|
|
|
+ $this->containersBasePath = '/workspace/projects/';
|
|
|
if (preg_match('/[^a-zA-Z0-9_]+/', $name)) {
|
|
|
echo "创建失败,容器名:{$name}只能字母、数字及下划线组成。\n";
|
|
|
return;
|