marmelab / gaudi

Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
http://gaudi.io/
MIT License
563 stars 28 forks source link

Add an entrypoint to get the container alive #79

Closed amenophis closed 10 years ago

amenophis commented 10 years ago

Do not merge for the moment, i got an error with this workaround

amenophis commented 10 years ago

it works well if i add a mysqld inside after_script

Maybe this can be done directly inside the Dockerfile ?

manuquentin commented 10 years ago

You cannot mix ENTRYPOINT and CMD in a Dockerfile. These are both different behavior.

The container should stop because of an error in the after_script like discussed in #78 .

manuquentin commented 10 years ago

Closed as the #78 is also closed