Implement one-shot Docker images
Closed this issue · 2 comments
orviz commented
One-shot images shall be a property within the definition of the service's image. Then the API server will set the appropriate sleep
command
orviz commented
@dianamariand92 I understand that in the current implementation the sleep
command is being added by the web to the JSON request whenever the one-shot image is enabled. Could you confirm that?
dianamariand92 commented
@orviz Yes, if the user check the "One shot image" option in the Composer Options view, the web adds the line "command: sleep infinity" in the docker-compose.yaml.