docker-client / client
A Docker PHP client
v0.2.0
2020-11-12 09:09 UTC
Requires
- php: ^7.4
- docker-client/open-api: 6.1.40.*
- guzzlehttp/psr7: ^1.7
- php-http/client-common: ^2.3
- php-http/socket-client: ^2.0
- splitbrain/php-archive: *
This package is auto-updated.
Last update: 2024-10-16 21:53:12 UTC
README
Supported Actions
Containers
- create
- start
- delete
- wait
- logs
- log
- list
- inspect
Images
- create
- delete
- inspect
Examples
See the examples folder for example code
Notes
This package is in an early stage and only supports a minimum of actions It is still missing tests, code style checks, a ci pipeline, proper documentation