diff --git a/dockers/command_line/README.md b/dockers/command_line/README.md
new file mode 100644
index 00000000..6fe1f75a
--- /dev/null
+++ b/dockers/command_line/README.md
@@ -0,0 +1,19 @@
+
+
CREATOR Command Line
+
+
+## 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
+ ```