I have an image in the repository on the docker hub. I created azure container instance based on the image in the repository on the docker hub. I updated the image in the repository on the docker hub. How can I apply changes to a container?
The ways I've found so far are
to use the Azure Resource explorer.
imageRegistryCredentials
when using a private registry.This blog post using the Go SDK.
You'll have some downtime in any of the cases above.