We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A docker-compose configuration file is included to simplify the build & deployment of the image.
docker-compose
This is only necessary when completely rebuilding the image to make sure all parts of the php-5-6-cli container/service are rebuilt for the image.
php-5-6-cli
sudo docker-compose -f ./docker-compose-build.yaml build --no-cache php-5-6-cli
This will try to use a local version or rebuild the image with current context.
sudo docker-compose -f ./docker-compose-build.yaml up --build -d