summaryrefslogtreecommitdiffstats
path: root/examples/docker/create_image.sh
blob: 72bc0b1b711387c78c00131d8652ecccac116134 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# 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