ots icon indicating copy to clipboard operation
ots copied to clipboard

How to use customize.yaml in an azure docker environment?

Open tvsucks opened this issue 1 year ago • 1 comments

Heyho, How to use the customize.yaml in an azure docker environment? We stored the customize.yaml in a folder called config and tried to use the "Startup file or command": "--customize=/config/customize.yaml" in azure Deployment Center. It doesn't work. Can you assist? Is this the right way?

Best regards Franz

tvsucks avatar Mar 27 '24 15:03 tvsucks

Hm sadly Azure is the only one of the three big clouds I haven't worked with and therefore I have no knowledge about the Azure Deployment Center…

Basically you want to make sure the the file gets deployed to the machine where the container lives and be mounted into the container. If you mount it at /config/ in the container your argument should work…

If the file gets deployed into a folder on the host-machine the docker is running on, can you specify a mount for the Docker container to mount that folder?

Luzifer avatar Mar 27 '24 15:03 Luzifer