diff --git a/OlderVersionREADME.md b/OlderVersionREADME.md index 8c4f6192..de015a11 100644 --- a/OlderVersionREADME.md +++ b/OlderVersionREADME.md @@ -93,7 +93,7 @@ sudo service docker restart - Start the OMS container: ``` -$>sudo docker run --privileged -d -v /var/run/docker.sock:/var/run/docker.sock -e WSID="your workspace id" -e KEY="your key" -h=`hostname` -p 127.0.0.1:25225:25225 --name="omsagent" --restart=always microsoft/oms +$>sudo docker run --privileged -d -v /var/run/docker.sock:/var/run/docker.sock -e WSID="your workspace id" -e KEY="your key" -h=`hostname` -p 127.0.0.1:25225:25225 --name="omsagent" --restart=always mcr.microsoft.com/azuremonitor/containerinsights/ciprod:microsoft-oms-latest ``` ### If you are switching from the installed agent to the container