Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
Currently, when I try the Fabric proxy model, the "mywork" directory is created in my home directory (/home/ubuntu).
I execute "sudo docker-compose -f ...... up --build"; but, it cannot be executed correctly.
Because "volumes" in the docker-compose file ("avalon-fabric.yaml") are specified by the path using the tilde("~").
I think the "mywork" directory should be created in $TCF_HOME and should not be created in the home directory.
This pull request changes the default location of the "mywork" directory from home directory to $TCF_HOME.
And I change the path of "volume" in the docker-compose.yaml file.
Currently, when I try the Fabric proxy model, the "mywork" directory is created in my home directory (/home/ubuntu). I execute "sudo docker-compose -f ...... up --build"; but, it cannot be executed correctly. Because "volumes" in the docker-compose file ("avalon-fabric.yaml") are specified by the path using the tilde("~"). I think the "mywork" directory should be created in $TCF_HOME and should not be created in the home directory. This pull request changes the default location of the "mywork" directory from home directory to $TCF_HOME. And I change the path of "volume" in the docker-compose.yaml file.
Signed-off-by: ikegawa-koshi koshi.ikegawa.mf@hitachi.com