From efc722aff1064331af1fbce543fd920a711d281b Mon Sep 17 00:00:00 2001 From: saaror <31900410+saaror@users.noreply.github.com> Date: Thu, 16 Sep 2021 01:23:15 +0530 Subject: [PATCH] Update OlderVersionREADME.md Updating the file path to mcr --- OlderVersionREADME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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