docksal/cli
CLI service image for Docksal - http://docksal.io
1M+
This image is focused on console tools necessary to develop LAMP stack applications.
This image(s) is part of the Docksal image library.
2.2-php5.6
, php5.6
- PHP 5.62.2-php7.0
, php7.0
- PHP 7.02.2-php7.1
, php7.1
- PHP 7.12.2-php7.2
, php7.2
, latest
- PHP 7.2edge-php5.6
- PHP 5.6edge-php7.0
- PHP 7.0edge-php7.1
- PHP 7.1edge-php7.2
- PHP 7.2Other notable tools:
Xdebug is disabled by default.
To enable it, run the image with XDEBUG_ENABLED=1
:
cli
...
environment:
...
- XDEBUG_ENABLED=1
...
See docs on using Xdebug for web and cli PHP debugging.
docker pull docksal/cli