Skip to content

issues Search Results · repo:ashleyhood/php-lxd language:PHP

Filter by

0 results
 (62 ms)

0 results

inashleyhood/php-lxd (press backspace or delete to remove)

The API currently uses the obsolete containers endpoint instead of instances, and has no support for virtual-machines endpoint - https://documentation.ubuntu.com/lxd/en/latest/rest-api/#instances-containers-and-virtual-machines ...
  • C0rn3j
  • Opened 
    on Oct 10, 2023
  • #34

In Endpoint/Containers.php the execute function parse incorrectly dotnet arguments command. Example: $cmd = dotnet test SomeCSharpSolution.sln --nologo --logger: trx;LogFileName=result.trx ; $r = ...
  • piferrari
  • Opened 
    on Jun 16, 2021
  • #33

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[] = ...
  • piferrari
  • 3
  • Opened 
    on Jun 2, 2021
  • #32

Hi, There is a mistake in arguments between Endpoint/Containers/Files/write() (line55) and Endpoint/AbstructEndpoint/post() (line 49). In the first method (write) when you make a call to post (line 55) ...
  • piferrari
  • 1
  • Opened 
    on May 31, 2021
  • #31

Hello, I searched the documentation but found no reference to using Cloud-init: user.user-data: | #cloud-config package_upgrade: true packages: - package1 - package2
  • ostap-mykhaylyak
  • 8
  • Opened 
    on Dec 12, 2020
  • #29

Based on a very quick test it looks like the project runs fine on PHP 8.0. Would it be possible to mark it as such in composer? - opensaucesystems/lxd v0.10.0 requires php ~7.2 - your PHP version (8.0.0) ...
  • C0rn3j
  • 1
  • Opened 
    on Dec 3, 2020
  • #28

Guzzle 7 is there and the first frameworks are already using it (e.g. Laravel 8) unfortunatelly php-http/guzzle6-adapter doesn t work with Guzzle 7 and the solution of php-http was to create a complete ...
  • renky
  • 2
  • Opened 
    on Sep 25, 2020
  • #26

Something is probably missing but I can t figure out where to set the password on PHP script side. PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `GET https://x.x.x.x:8443/1.0/containers` ...
  • ostap-mykhaylyak
  • 1
  • Opened 
    on Jun 4, 2020
  • #24

Hi, I am creating 3 containers: test-nginx, test-php and test-mysql so that I might create a containerized LEMP stack using php-lxd. I first executed: lxc launch from the terminal to verify LXD is working. ...
  • MichaelNino
  • 3
  • Opened 
    on Feb 2, 2020
  • #21

Looks like deleting a file inside a container is not yet implemented, although supported according to the docs: https://github.com/lxc/lxd/blob/master/doc/rest-api.md#delete-pathpathinsidethecontainer ...
  • TonyBogdanov
  • 2
  • Opened 
    on Oct 25, 2019
  • #18
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub