{{ data_get_str($resource, 'name')->limit(10) }} > Commands | Coolify @if ($type === 'application')

Execute Command

Command

Run any one-shot command inside a container.
@elseif ($type === 'database')

Execute Command

Command

Run any one-shot command inside a container.
@elseif ($type === 'service')

Execute Command

@endif
Loading containers...
@if (count($containers) > 0)
@if (data_get($this->parameters, 'application_uuid')) @foreach ($containers as $container) @endforeach @elseif(data_get($this->parameters, 'service_uuid')) @foreach ($containers as $container) @endforeach @else @endif Run
@else
No containers are not running.
@endif