commit | c49a20f61bcca8e3c9aa554dac5e61b43d6e5b8f | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Fri Feb 02 19:10:09 2018 -0800 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Fri Feb 02 19:10:09 2018 -0800 |
tree | 1b1df40e148f029a587db58bf8b1f177a285bc94 | |
parent | a15d245cd12bce5d2a2ea167562d099b9d38558b [diff] [blame] |
Modified Dockerfile to forward port 8070 for FPC Change-Id: Ia2ef84d26a8fc31bab9c4ee0d1c6791b2c93c9f6
diff --git a/Dockerfile b/Dockerfile index 51b1a58..c7a923c 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -53,7 +53,8 @@ # 8181 - GUI # 8101 - ONOS CLI # 9876 - ONOS intra-cluster communication -EXPOSE 6653 6640 8181 8101 9876 +# 8070 - FPC Agent +EXPOSE 6653 6640 8181 8101 9876 8070 # Get ready to run command ENTRYPOINT ["./bin/onos-service"]