On first creation, in what order do these three container-side commands run?
jsonc
{
"onCreateCommand": "echo create",
"updateContentCommand": "echo content",
"postCreateCommand": "echo post-create"
}
{
"onCreateCommand": "echo create",
"updateContentCommand": "echo content",
"postCreateCommand": "echo post-create"
}