Skip to content

Commit

Permalink
[docker-lldp]: Do not use TTY mode on lldpctl command (#454)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Mar 30, 2017
1 parent 4546372 commit 7f703a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-lldp-sv2/base_image_files/lldpctl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker exec -it lldp lldpctl "$@"
docker exec -i lldp lldpctl "$@"

0 comments on commit 7f703a9

Please sign in to comment.