diff --git a/docs/Demo_Projects/Air_quality_monitoring_tutorial.md b/docs/Demo_Projects/Air_quality_monitoring_tutorial.md index 5a32a9a7..432761c8 100644 --- a/docs/Demo_Projects/Air_quality_monitoring_tutorial.md +++ b/docs/Demo_Projects/Air_quality_monitoring_tutorial.md @@ -76,7 +76,7 @@ If you haven't done this yet, please follow the [instruction for the Azure IoT H 3. Go to your command line and register the device simulators: - Paste and run the following command to create a container group: ``` - az container create -g coiote-dm-experiments --name air-quality-meter-example-0 --image avsystemcom/air-quality-meter-example --environment-variables DEVICEID=air-quality-meter-example-0 SERVER_ADDRESS={{coiote_server}} OPEN_WEATHER_API_TOKEN=exampletoken + az container create -g coiote-dm-experiments --name air-quality-meter-example-0 --image registry.avsystem.com/embedded-public/air-quality-meter-example --environment-variables DEVICEID=air-quality-meter-example-0 SERVER_ADDRESS={{coiote_server}} OPEN_WEATHER_API_TOKEN=exampletoken ``` diff --git a/docs/LwM2M_Client/OpenThread/OTBR_with_svetovid.md b/docs/LwM2M_Client/OpenThread/OTBR_with_svetovid.md index 4b3c7b3a..9a89b7f1 100644 --- a/docs/LwM2M_Client/OpenThread/OTBR_with_svetovid.md +++ b/docs/LwM2M_Client/OpenThread/OTBR_with_svetovid.md @@ -103,7 +103,7 @@ If you haven't worked on your target device thus far, it's time to switch to it, Download the newest version of `svetovid-with-otbr` docker image: ``` - docker pull avsystemcom/svetovid-with-otbr + docker pull registry.avsystem.com/embedded-public/svetovid-with-otbr ``` ## Shell variables @@ -146,7 +146,7 @@ Before you run docker container you need to add `ip6table_filter` module to Linu After that you can run your image in a new container: ``` - docker run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 -p 8081:8081 --dns=127.0.0.1 -it --volume $RCP_PATH:$RCP_PATH --privileged -e DNS64_ONLY=1 -e EP=$ENDPOINT_NAME -e PSK=$PSK -e SERVER_HOST=$SERVER_URI avsystemcom/svetovid-with-otbr --radio-url spinel+hdlc+uart://$RCP_PATH + docker run --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" -p 8080:80 -p 8081:8081 --dns=127.0.0.1 -it --volume $RCP_PATH:$RCP_PATH --privileged -e DNS64_ONLY=1 -e EP=$ENDPOINT_NAME -e PSK=$PSK -e SERVER_HOST=$SERVER_URI registry.avsystem.com/embedded-public/svetovid-with-otbr --radio-url spinel+hdlc+uart://$RCP_PATH ``` ## Configure your Border Router through {{ coiote_short_name }}