Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamarmas authored Sep 20, 2024
1 parent 1c86429 commit 18dc1c5
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions dockers/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@

1. Download the Docker container creatorsim/creator_gateway on each device with a microcontroller connected.

```
docker pull creatorsim/creator_gateway:latest
```
2. Run the Docker container using the script [container_start.sh](/dockers/gateway/container_start.sh)
3. Run the script [start_gateway.sh](/dockers/gateway/start_gateway.sh) inside the Docker container to start the web service that will be in charge of communicating with the microcontroller drivers.
```
docker pull creatorsim/creator_gateway:latest
```
2. Run the Docker container.
```
docker run --init -it --device=<target_port> -p 8080:8080 --name creator_gateway creatorsim/creator_gateway /bin/bash
```
3. Run the script start_gateway.sh inside the Docker container to start the web service that will be in charge of communicating with the microcontroller drivers.
```
./start_gateway.sh
```

0 comments on commit 18dc1c5

Please sign in to comment.