Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 8fd1763

Browse files
committed
Upgrade: Use standard input with the command
1 parent 9301f1a commit 8fd1763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [ $# -ne 1 ]; then
55
echo >&2 "Usage: kd [command]"
66
echo >&2 "Example: kd hello-world"
77
fi
8-
docker run --rm -v $(pwd):/workspace kairops/dc-$1
8+
docker run -i --rm -v $(pwd):/workspace kairops/dc-$1

0 commit comments

Comments
 (0)