summaryrefslogtreecommitdiffstats
path: root/docker/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Readme.txt')
-rw-r--r--docker/Readme.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/docker/Readme.txt b/docker/Readme.txt
index e6bd19578..9022befe5 100644
--- a/docker/Readme.txt
+++ b/docker/Readme.txt
@@ -1,15 +1,18 @@
-# 1) Copy vpp and hc2vpp packages to docker/packages dir
+HC2VPP Docker image building&testing instructions
+---------------------------------------------------
-# 2) Build hc2vpp image
+1) Copy vpp and hc2vpp packages to docker/packages dir
+
+2) Build hc2vpp image
./create_image.sh
-# 3) Create & start container
+3) Create & start container
./start_hc2vpp_container.sh vpp1
-# 4) Start vpp & honeycomb
+4) Start vpp & honeycomb
docker exec -it vpp1 bash
./vpp/start.sh
./honeycomb/start.sh
-# 5) Test
+5) Test
./test/show_interfaces_state.sh vpp1