Github user johnament commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca-website/pull/3#discussion_r151404945 --- 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 -- If we plan to distribute a docker image, perhaps that name should go here by default?
---