Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamarmas authored Sep 20, 2024
1 parent 23eae0e commit f848d99
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dockers/command_line/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<h1 align="center">CREATOR Command Line</h1>
</html>

## 1. To deploy CREATOR Command Line

To run CREATOR Command Line, the following steps must be carried out:

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

```
docker pull creatorsim/creator_cl:latest
```
2. Run the Docker container.
```
docker run --init -it --name creator_cl creatorsim/creator_cl /bin/bash
```

0 comments on commit f848d99

Please sign in to comment.