-
If you are using the OMS Agent for Linux, please follow the instruction for the OMS Agent for Linux.
-
If you are using the containerized Container Solution, please go thru the following instructions:
- Stop the containerized Container Solution.
docker stop omsagent
- Remove the container name.
docker rm omsagent
- Remove container image.
docker rmi mcr.microsoft.com/azuremonitor/containerinsights/ciprod:microsoft-oms-latest
- Follow the new instruction to run the latest containerized Container Solution
- Stop the containerized Container Solution.
To check the full SHA256 id of the image you have on your machine:
- Run
docker images
to get the image id formcr.microsoft.com/azuremonitor/containerinsights/ciprod:microsoft-oms-latest
ormicrosoft/oms
if you are using an older version - Run
docker inspect image <imageid>
to see the fullId
for the image (this is the first value in the result).