Hi,
In Containers.php (line 504) and Containers/Logs.php (line 26) you have two time the same error:
foreach ($this->get($this->getEndpoint().$name.'/logs/') as $log) {
$logs[] = str_replace(
'/'.$this->client->getApiVersion().'/containers/'.$name.'/logs/',
'',
$log
);
}
You must replace /containers/ by /instances/
Best Regards
PiF
Hi,
In Containers.php (line 504) and Containers/Logs.php (line 26) you have two time the same error:
You must replace /containers/ by /instances/
Best Regards
PiF