If you are planning to run ARIA in a Docker container and use docker-compose to execute the steps similar to referred in http://ariatosca.incubator.apache.org/getting-started/, follow the below steps

Step-by-step guide

  1. Download the Dockerfile created for Ubuntu 16.04 on a system that has Docker installed.
  2. Edit the Dockerfile to update the values for ARIA_VER and GTAG_VER. The value for ARIA_VER refers to the released version and value for GTAG_VER refers to the corresponding tag version that can be obtained by looking up tag value at https://github.com/apache/incubator-ariatosca
  3. Build the Docker image by executing the command "docker build -t <DOCKER_IMAGE_NAME:TAG> ." from the directory location where the Dockerfile resides. e.g "docker build -t aria_011:16.04 ."
  4. Next, download the docker-compose file, edit the file to uncomment the line that has the field "image" and update the value for "image" field to be the Docker image built. e.g: image: aria_011:16.04.
  5. Next, execute the command "docker-compose up d" from the directory location where the docker-compose file resides.
  6. Next, verify that the docker-compose executed successfully by executing the command "docker-compose ps".
  7. Next, verify that the docker-compose executed the "Hello World" example referred at http://ariatosca.incubator.apache.org/getting-started/ by launching a browser and typing in http://localhost:29090 

 

There is no content with the specified labels