Github user ilgrosso commented on a diff in the pull request:
https://github.com/apache/syncope/pull/80#discussion_r209650421
--- Diff: src/main/asciidoc/getting-started/obtain.adoc ---
@@ -422,6 +422,23 @@ services:
<4> Apache Syncope Enduser UI, port `38080` exposed, working with `Master`
domain
====
+How to start the containers:
+
+. Save the example file as `docker-compose.yml` in an empty directory.
+. Download and start the containers:
++
+[source,bash]
+----
+$ docker-compose up
+----
+
+The following services will be available:
--- End diff --
Please style as in
https://github.com/apache/syncope/blob/master/src/main/asciidoc/getting-started/obtain.adoc#L259
e.g. "Components" under "GUI Installer"
---