diff --git a/docs/for_devs/ci.rst b/docs/for_devs/ci.rst
new file mode 100644
index 0000000000000000000000000000000000000000..21f74cadf24d4474065b27be35f6dfa5eecc393c
--- /dev/null
+++ b/docs/for_devs/ci.rst
@@ -0,0 +1,14 @@
+CI Pipeline
+==================================
+
+Building the Docker Image
+-------------------------
+Sassena uses a docker container to build the program and run the unit tests on
+the CI server.
+
+The docker image can be build on a local machine using the command::
+  docker build -t registry.hzdr.de/daphne4nfdi/sassena .
+
+If you have made changes to the docker container and want to push it to the CI,
+simply update the Sassena registry using the command::
+  docker push registry.hzdr.de/daphne4nfdi/sassena