diff --git a/README.md b/README.md
index b0d161897a701751766f86b0dc3a4d7086fc78b9..048efd21040ad80737a36accf17cda2d66225be2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,16 @@
 
 CI files repository
 
+## docker containers
+
+Check for instructions on how to set up the required jobs in the [docker configuration Readme](docker-containers/README.md).
+Create gitlab-ci.yml with: 
+
+```yaml
+include:
+  - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory.yml'
+```
+
 ## npm packages
 
 create gitlab-ci.yml with: 
@@ -9,7 +19,7 @@ create gitlab-ci.yml with:
 ```yaml
 include:
   - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/npm-packages/gitlab-ci.yml'
-  ```
+```
 
 
 # Maven project dockerized with azure deploy
@@ -19,8 +29,8 @@ create gitlab-ci.yml with:
 ```yaml
   include:
   - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml'
-  ```
+```
 
 # Python projects
 
-Python project CI's are set up to perform virtualenv generation, test running, documentation generation with gitlab pages and artifactory deploy. Check for instructions on how to set up the required jobs in the [python configuration Readme](https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/blob/master/python-packages/README.md).
+Python project CI's are set up to perform virtualenv generation, test running, documentation generation with gitlab pages and artifactory deploy. Check for instructions on how to set up the required jobs in the [python configuration Readme](python-packages/README.md).