Im run the folowing code in order to update the image:
az container create --resource-group sunpics-aci --name sunpics --image hugosmarques/adigitalbookhtml5mainserver:latest --dns-name-label sunpics
And i receive the following error
The updates on container group 'sunpics' are invalid. If you are going to update the os type, restart policy, network profile, CPU, memory or GPU resources for a container group, you must delete it first and then create a new one.
The updates on container group 'sunpics' are invalid. If you are going to update the os type, restart policy, network profile, CPU, memory or GPU resources for a container group, you
must delete it first and then create a new one.