Comment 5 for bug 1506810

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

Ok, so basically that means - it's a bad idea to use puppet manifests inside container since there's no way to control its flow :(

Obviously, we can't remove them now. The only easy workaround is to wait until container is up (puppet is finished) and only then run "after_creation_command". We can use dockerctl to block execution until container is up.