[vs]: Create /var/warmboot/teamd folder for teammgrd (#2262)

To suppress the error message:
INFO #supervisord: teammgrd Can't write to the lacp directory
'/var/warmboot/teamd/': No such file or directory

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
This commit is contained in:
Shuotian Cheng 2018-11-16 09:40:35 -08:00 committed by lguohan
parent 5c8650aaaa
commit 3b4d85239f

View File

@ -97,4 +97,7 @@ RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
RUN echo "docker-sonic-vs" > /etc/hostname
RUN touch /etc/quagga/zebra.conf
# Create /var/warmboot/teamd folder for teammgrd
RUN mkdir -p /var/warmboot/teamd
ENTRYPOINT ["/usr/bin/supervisord"]