Giter Site home page Giter Site logo

docker-laravel's People

Contributors

duyngha avatar

docker-laravel's Issues

Docker php ext configuration error

 => ERROR [4/5] RUN docker-php-ext-configure gd --with-jpeg &&  docker-php-ext-install zip gd pdo pdo_mysql exif mysqli                                                                                                                1.9s
------
 > [4/5] RUN docker-php-ext-configure gd --with-jpeg &&         docker-php-ext-install zip gd pdo pdo_mysql exif mysqli:
#0 1.241 Configuring for:
#0 1.241 PHP Api Version:         20180731
#0 1.241 Zend Module Api No:      20180731
#0 1.241 Zend Extension Api No:   320180731
#0 1.652 configure: error: unrecognized options: --with-jpeg

Composer displays warning message regrading to unzip or 7z

As there is no 'unzip' nor '7z' command installed zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
Installing 'unzip' or '7z' (21.01+) may remediate them

Nginx service error

Env

  • MacOS M2
  • Docker Desktop 20.10.23

Error message

Error response from daemon: cannot stop the container: ae7d87d2503565a7d403a4b2e3e0ba05a8ee9590bd889a800a393cac97d955c7: tried to kill container, but did not receive an exit event

I could not stop or down or even remove the container. I solved this issue by restarting the Docker daemon and pruning all the images. It worked. But for a while, this problem happened again.

Add MongoDb Driver to buidler

RUN apk --update --no-cache add autoconf g++ make && \
	pecl install -f xdebug && \
	docker-php-ext-enable xdebug

RUN pecl install mongodb && docker-php-ext-enable mongodb

RUN apk del --purge autoconf g++ make

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.