[docker]: docker-ptf doesn't wait until eth3 is up
This is done inside ptf agent now
This commit is contained in:
parent
ae4b72e866
commit
86f5c19643
@ -79,5 +79,4 @@ COPY ptf_nn_agent.conf /etc/supervisor/conf.d/ptf_nn_agent.conf
|
|||||||
|
|
||||||
EXPOSE 22
|
EXPOSE 22
|
||||||
|
|
||||||
ENTRYPOINT while [ "x$( ifconfig eth3 | grep RUNNING )" = 'x' ] ; do sleep 1 ; done \
|
ENTRYPOINT ["/usr/bin/supervisord"]
|
||||||
&& /usr/bin/supervisord
|
|
||||||
|
Reference in New Issue
Block a user