Code Monkey home page Code Monkey logo

docker-images's People

Contributors

buffcode avatar iteman avatar piotrpasich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docker-images's Issues

Project creation with composer when running a container

Running a container with a new project creation

docker run --name <name> -v /path/to/php-app:/var/app -e APP_CREATE_PROJECT="symfony/framework-standard-edition" -d phpmentors/php-app:php55

Running a container with a new project creation with the specified version

docker run --name <name> -v /path/to/php-app:/var/app -e APP_CREATE_PROJECT="symfony/framework-standard-edition" -e APP_CREATE_PROJECT_VERSION="2.3.*" -d phpmentors/php-app:php55

Kitematic error

Tag latest not found in repository docker.io/phpmentors/symfony-app

Support volumes through Kitematic

There's currently no way using Docker with Kitematic to add a volume for a specific directory unless it was defined in the Dockerfile as a VOLUME directive.

The suggestions is expose the app volume through the Dockerfile, and then is possible to change it via Kitematic

Script to initialize a container

This allows you to run a container with your init script.

docker run --name <name> -v /path/to/php-app:/var/app -e APP_INIT_SCRIPT=docker/app-init -d phpmentors/php-app:php55

Consistancy between files extensions

I think it will be better to have bash scripts ending with ".sh" extension for the filename just like some.

Maybe it is some reasons behind this ?
"init" scripts doesn't have any extensions compare to "locale.sh" for example.

PHP7 integration ?

Hey Mentors,

I think you should add PHP7 for it's performance improvements. What do you think ?

PHP 7.1 Support

Hi PHP Mentors :-)

I'm using your docker images everyday. And thank you for this !
I've tried to add a PHP 7.1 support but it seems that it is something more complicated than I think.

Do you think it will possible for you to add this ?

Doctrine and so others libs uses "void" and some other keywords.

Thanks, hope you'll help me :-)

Any ways to add some extra extensions ?

Hi Mentors :-)

I would like to know if there is any ways to add some extras PHP5 extensions ?
In my case, I would like to add memcached.

Thanks for your anwser :-)

app-init exits

I am getting this info, then the container freezes:
INFO exited: app-init (exit status 1; not expected)

I run the following command:
docker run --name my-project -v ~/my-project:/var/app -P --link mysql56:mysql -e APP_CREATE_PROJECT="symfony/framework-standard-edition" -it phpmentors/symfony-app:php55

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.