RobCherry / docker-chromedriver

Docker container for creating ChromeDriver servers
99 stars 74 forks source link

Don't use CMD #4

Closed westlakem closed 7 years ago

westlakem commented 8 years ago

You're using CMD to run your program, which means no one can extend (FROM) your program and execute our own code after it.

RobCherry commented 7 years ago

Nothing about using CMD restricts others from extending it. Please provide more information. If you want to add additional functionality, you can modify files in /etc/supervisor/conf.d/ or add new files to run additional applications.