summaryrefslogtreecommitdiffstats
path: root/examples/docker/create_image.sh
diff options
context:
space:
mode:
authorMichal Cmarada <michal.cmarada@pantheon.tech>2018-06-15 10:37:14 +0200
committerMichal Cmarada <michal.cmarada@pantheon.tech>2018-06-20 08:29:14 +0200
commit1528ed5d01ddd8a0de14711de59861d16f727a3e (patch)
treedefc318c886c8673161b2cae43d6fa097b8a0772 /examples/docker/create_image.sh
parentb77a5725338dc700873b36c98af85d70acd7bbe4 (diff)
Add SRv6 5 node docker demo
This demo is intended to test SRv6 implementation. There are two options how to run the demo. First one is to use VPP only configuration and the second one uses honeycomb to configure SRv6 on nodes. For detailed information about the demo read documentation in ./asciidoc/Readme.adoc file. Follow the instructions to run the demo and use provided commands to verify the operation of VPP nodes. Change-Id: I7d17db0096cc48b06e9148e7c78faaf9d7b8a97d Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'examples/docker/create_image.sh')
-rwxr-xr-xexamples/docker/create_image.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/docker/create_image.sh b/examples/docker/create_image.sh
index e00a48cd6..72bc0b1b7 100755
--- a/examples/docker/create_image.sh
+++ b/examples/docker/create_image.sh
@@ -2,3 +2,6 @@
# Build docker image with vpp and hc2vpp installed
docker build -t hc2vpp -f Dockerfile .
+
+# make backup copy of image (uncomment next line if desired)
+# docker save -o hc2vpp-latest.tar hc2vpp:latest