[docker-lldp]: Do not use TTY mode on lldpctl command (#454)
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
This commit is contained in:
parent
4546372f48
commit
7f703a9c8f
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker exec -it lldp lldpctl "$@"
|
||||
docker exec -i lldp lldpctl "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user