Skip to content

Commit b767774

Browse files
committed
[lively] stop docker with ctrl-c
1 parent 4fca628 commit b767774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lively/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ shutdown() {
3030
trap shutdown SIGTERM SIGKILL SIGINT
3131

3232
echo "Starting docker"
33-
docker run --rm \
33+
docker run --rm -ti \
3434
-v $lively_dir:/home/lively/LivelyKernel \
3535
-v $squeakjs_dir:/home/lively/LivelyKernel/users/SqueakJS \
3636
-p 9001-9004:9001-9004 \

0 commit comments

Comments
 (0)