summaryrefslogtreecommitdiffstats
path: root/examples/docker/create_image.sh
blob: e00a48cd67e666741d4536ab18cf969ee8f886f3 (plain)
1
2
3
4
#!/bin/bash

# Build docker image with vpp and hc2vpp installed
docker build -t hc2vpp -f Dockerfile .