From d53be88f4d158e579f54c47c18e6f2e55ef6a971 Mon Sep 17 00:00:00 2001
From: Vincent TEMPLIER <vincent.templier@cea.fr>
Date: Wed, 26 Jul 2023 07:53:09 +0000
Subject: [PATCH] Add docker image section

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 60a8a552..7871b1c0 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,18 @@ pip install . -v
 
 ## Docker Image
 
+Feel free to use one of the Dockerfiles available in the [`docker`](docker) folder.
+
+To build the image, run where your DockerFile is
+```
+docker build --pull --rm -f "name_of_os.Dockerfile" -t aidge:myenv .
+```
+
+Then to run a container, run
+```
+docker run --name mycontainer aidge:myenv
+```
+
 ## Contributing
 
 If you would like to contribute to the Aidge project, we’re happy to have your help!
@@ -29,4 +41,4 @@ to people who have gained our trust and demonstrated a commitment to Aidge.
 
 ## License
 
-Aidge has a Eclipse Public License 2.0, as found in the [LICENSE](LICENSE)
\ No newline at end of file
+Aidge has a Eclipse Public License 2.0, as found in the [LICENSE](LICENSE).
\ No newline at end of file
-- 
GitLab