diff options
Diffstat (limited to 'docker/start_hc2vpp_container.sh')
-rwxr-xr-x | docker/start_hc2vpp_container.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/start_hc2vpp_container.sh b/docker/start_hc2vpp_container.sh deleted file mode 100755 index 820fa021d..000000000 --- a/docker/start_hc2vpp_container.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# Create & start container -# $1 - container name -docker run -dt --privileged --name=$1 hc2vpp -docker start $1 |