Skip to content

Commit b129a91

Browse files
Merge pull request #227 from AVSystem/EMB-5439-dockerhub-to-harbor
EMB#5439: Move from dockerhub to harbor
2 parents 466278f + 6887f95 commit b129a91

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Demo_Projects/Air_quality_monitoring_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you haven't done this yet, please follow the [instruction for the Azure IoT H
7676
3. Go to your command line and register the device simulators:
7777
- Paste and run the following command to create a container group:
7878
```
79-
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
79+
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
8080
8181
```
8282

docs/LwM2M_Client/OpenThread/OTBR_with_svetovid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you haven't worked on your target device thus far, it's time to switch to it,
103103

104104
Download the newest version of `svetovid-with-otbr` docker image:
105105
```
106-
docker pull avsystemcom/svetovid-with-otbr
106+
docker pull registry.avsystem.com/embedded-public/svetovid-with-otbr
107107
```
108108

109109
## Shell variables
@@ -146,7 +146,7 @@ Before you run docker container you need to add `ip6table_filter` module to Linu
146146

147147
After that you can run your image in a new container:
148148
```
149-
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
149+
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
150150
```
151151

152152
## Configure your Border Router through {{ coiote_short_name }}

0 commit comments

Comments
 (0)