commit | 97a347fb3ac36331d04d40d14c7a8a4c0b7d7cb1 | [log] [tgz] |
---|---|---|
author | Varun Patil <varunpatil@ucla.edu> | Wed May 18 14:09:20 2022 -0700 |
committer | Varun Patil <varunpatil@ucla.edu> | Tue May 24 14:33:51 2022 -0700 |
tree | 0220fe3203259ef323b45494b3cd08b4f539cc97 | |
parent | 3e95ee8bd7eaf46e248b4ccd092b0bce2a531ae7 [diff] [blame] |
Fix and move Dockerfile to this repository Change-Id: I07039719c82d3a727b108f7875f231cd6b79493d
diff --git a/docker/ENTRYPOINT.sh b/docker/ENTRYPOINT.sh new file mode 100644 index 0000000..cd44fa7 --- /dev/null +++ b/docker/ENTRYPOINT.sh
@@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +# set python3 alias, but needs permanent fix in image directly +alias python=python3 + +service openvswitch-switch start +ovs-vsctl set-manager ptcp:6640 + +bash + +service openvswitch-switch stop