We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Well this is somewhat of a dupe of #34 as switching /containers/ to /instances/ fixes it.
/containers/
/instances/
@ashleyhood Do you have an interest in maintaining this project still? I could send a PR if so.
It's been broken for VMs for some time and a fork has popped up - https://github.com/turtle0x1/php-lxd
(I also forked it with just the VM fixes so far)
Thanks @C0rn3j for you r offer of a PR but I don't use this library anymore and so don't have time to work on it.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: