Skip to content

Commit 7f703a9

Browse files
author
Shuotian Cheng
authored
[docker-lldp]: Do not use TTY mode on lldpctl command (#454)
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
1 parent 4546372 commit 7f703a9

File tree

1 file changed

+1
-1
lines changed
  • dockers/docker-lldp-sv2/base_image_files

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
docker exec -it lldp lldpctl "$@"
2+
docker exec -i lldp lldpctl "$@"

0 commit comments

Comments
 (0)