[docker-lldp]: Do not use TTY mode on lldpctl command (#454)

Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
This commit is contained in:
Shuotian Cheng 2017-03-29 17:47:21 -07:00 committed by GitHub
parent 4546372f48
commit 7f703a9c8f

View File

@ -1,2 +1,2 @@
#!/bin/bash
docker exec -it lldp lldpctl "$@"
docker exec -i lldp lldpctl "$@"