diff --git a/README.md b/README.md
index 1c5f04fb0472bd2a2a597249cb10c6f3842ac353..09e0cf3f2ba7e33316619592d04751723e523c3e 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,7 @@ docker build core/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_core -t
 docker build cache/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_cache -t registry.gitlab.eox.at/esa/prism/vs/pvs_cache
 docker build preprocessor/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor -t registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor
 docker build client/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_client -t registry.gitlab.eox.at/esa/prism/vs/pvs_client
-docker build fluentd/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_fluentd -t registry.gitlab.eox.at/esa/prism/vs/pvs_fluentd
+docker build fluentd/ --cache-from registry.gitlab.eox.at/esa/prism/vs/fluentd -t registry.gitlab.eox.at/esa/prism/vs/fluentd
 ```
 Or pull them from the registry:
 ```
@@ -179,7 +179,7 @@ docker pull registry.gitlab.eox.at/esa/prism/vs/pvs_core
 docker pull registry.gitlab.eox.at/esa/prism/vs/pvs_cache
 docker pull registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor
 docker pull registry.gitlab.eox.at/esa/prism/vs/pvs_client
-docker pull registry.gitlab.eox.at/esa/prism/vs/pvs_fluentd
+docker pull registry.gitlab.eox.at/esa/prism/vs/fluentd
 ```
 Create external network for stack to run:
 ```