summaryrefslogtreecommitdiffstats
path: root/examples/docker/start_hc2vpp_container.sh
blob: 820fa021d66f09b618219d5cd7edeff89685b514 (plain)
1
2
3
4
5
6
#!/bin/bash

# Create & start container
# $1 - container name
docker run -dt --privileged --name=$1 hc2vpp
docker start $1