Add README.md, which describes the usage of docker scripts

Signed-off-by: Prasanna Bhat <prasanna.yoga@gmail.com>
This commit is contained in:
Prasanna Bhat 2020-04-12 22:52:07 +05:30
parent 8fc3f4bc71
commit 8776c3213b
2 changed files with 64 additions and 4 deletions

View file

@ -13,4 +13,4 @@ docker run -it --rm -v $WORKSPACE/:/cyclonedds --workdir /cyclonedds $IMAGE_NAME
# Launch the docker after build
docker run --name $CONTAINER_NAME -it -v $WORKSPACE/:/cyclonedds --workdir /cyclonedds $IMAGE_NAME /bin/bash
# If you want to connect to the above docker to run cyclonedds examples (multiple apps in separate terminals) , use the below command
docker exec -it cyclonedds /bin/bash
# docker exec -it cyclonedds /bin/bash