Github user vishwanathj commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca-website/pull/3#discussion_r151485802
--- Diff: samples/CentOS/docker-compose.yaml ---
@@ -0,0 +1,11 @@
+version: "3"
+services:
+ aria:
+ #Make sure to provide the right value for image field below and
uncomment the below line
+ #image: vishwanathj/aria_011:7
--- End diff --
Distributing docker images might be a future plan. It occurred to me as
well that this docker-compose file should be updated when we start publishing
docker images to docker repo.
---