netgroup-polito / un-orchestrator

Universal Node Orchestrator
Other
21 stars 13 forks source link

change how docker starts #96

Closed ivanocerrato closed 8 years ago

ivanocerrato commented 8 years ago

Each container must include, in the root foder, the script start.sh. This script is then run by the un-orchestrator after that it starts the container and pushes in it all the proper interfaces.

The it is no longer necessary that the script starts with a pause and terminates with a infinite loop.

Moreover, the container image should not have a script executed automatically when the containers starts.