Giter Site home page Giter Site logo

Comments (4)

 avatar commented on July 18, 2024

I have a question regarding the startup:

CMD /usr/bin/node /home/docker/cloud9/server.js -l 0.0.0.0 -p 8080 -w /var/www/html -a :

Where would I put this in the Apache images? I'm not sure as the startup system is quite complicated.

from docker-images-php.

moufmouf avatar moufmouf commented on July 18, 2024

Hey @verbruggenalex ,

Thanks a lot for the feedback!

I've never used Cloud9 IDE and to be honest, I'm not sure it makes sense to add this to the base images (they are more focused on the PHP language only).

That being said, I think it is a great idea to create a sub-image of thecodingmachine/php with the Cloud9 IDE integrated, and I'm definitely willing to help you if you want to give it a try.

Regarding the Apache CMD, I would recommend using a STARTUP_COMMAND_XXX environment variable.

Something like:

ENV STARTUP_COMMAND_CLOUD9=/usr/bin/node /home/docker/cloud9/server.js -l 0.0.0.0 -p 8080 -w /var/www/html -a : &

That should do the trick (same thing for PHP-FPM images)

What you might want to do is to setup a Travis script that automates the build and trigger the build once a week (to update the image when the base thecodingmachine/php image is updated). This is something we do on thecodingmachine/php to update our image when the base php images are updated.

from docker-images-php.

 avatar commented on July 18, 2024

Thanks @moufmouf . I understand you wanting to keep the images as lean as possible. I'll take the sub-image route. One of these days I'll give you a repository so you can check it out. I'll close this issue now and leave the link to my repo when I'm done.

Thank you for startup command advice. That's simply super nice to have. Not needing supervisord or forever to run stuff.

from docker-images-php.

 avatar commented on July 18, 2024

I created a repository for the images I was talking about. I will be cleaning up this repository in the coming weeks: https://github.com/verbruggenalex/php-c9

from docker-images-php.

Related Issues (20)

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.