Add docker-compose pause command.
This commit is contained in:
18
src/Task/Pause.php
Executable file
18
src/Task/Pause.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Droath\RoboDockerCompose\Task;
|
||||
|
||||
use Droath\RoboDockerCompose\DockerServicesTrait;
|
||||
|
||||
/**
|
||||
* Define docker compose pause command.
|
||||
*/
|
||||
class Pause extends Base
|
||||
{
|
||||
use DockerServicesTrait;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $action = 'pause';
|
||||
}
|
||||
Reference in New Issue
Block a user