diff options
Diffstat (limited to 'docker/Readme.txt')
-rw-r--r-- | docker/Readme.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/Readme.txt b/docker/Readme.txt new file mode 100644 index 000000000..e6bd19578 --- /dev/null +++ b/docker/Readme.txt @@ -0,0 +1,15 @@ +# 1) Copy vpp and hc2vpp packages to docker/packages dir + +# 2) Build hc2vpp image +./create_image.sh + +# 3) Create & start container +./start_hc2vpp_container.sh vpp1 + +# 4) Start vpp & honeycomb +docker exec -it vpp1 bash +./vpp/start.sh +./honeycomb/start.sh + +# 5) Test +./test/show_interfaces_state.sh vpp1 |