docksal/cli

Sponsored OSS

By docksal

Updated about 9 hours ago

CLI service image for Docksal - http://docksal.io

Image
Languages & frameworks
Integration & delivery
Databases & storage
8

1M+

docksal/cli repository overview

CLI Docker image for Docksal

This image is focused on console tools necessary to develop LAMP stack applications.

This image(s) is part of the Docksal image library.

Versions and image tag naming convention

  • Stable versions
    • 2.2-php5.6, php5.6 - PHP 5.6
    • 2.2-php7.0, php7.0 - PHP 7.0
    • 2.2-php7.1, php7.1 - PHP 7.1
    • 2.2-php7.2, php7.2, latest - PHP 7.2
  • Development versions
    • edge-php5.6 - PHP 5.6
    • edge-php7.0 - PHP 7.0
    • edge-php7.1 - PHP 7.1
    • edge-php7.2 - PHP 7.2

Includes

  • php
    • php-fpm && php-cli
    • xdebug
    • composer
    • drush (6,7,8)
      • registry_rebuild
      • coder-8.x + phpcs
    • drupal console launcher
    • wp-cli
  • ruby
    • ruby
    • gem
    • bundler
  • nodejs
    • nvm
    • nodejs (via nvm)
    • npm, yarn
  • python

Other notable tools:

  • git
  • curl/wget
  • zip/unzip
  • mysql-client
  • imagemagick
  • mc
  • mhsendmail

Xdebug

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.

Tag summary

Content type

Image

Digest

sha256:7cc6ecfcf

Size

667.6 MB

Last updated

about 9 hours ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

1,497

Last week