seung-00 commented on code in PR #4794:
URL: https://github.com/apache/zeppelin/pull/4794#discussion_r1730368060
##########
shell/Dockerfile:
##########
@@ -40,4 +40,11 @@ ENV SHELL_INTERPRETER_PORT=8081
RUN chmod +x ./bin/interpreter.sh
-CMD ./bin/interpreter.sh -d interpreter/sh -c host.docker.internal -p
${INTERPRETER_EVENT_SERVER_PORT} -r
${SHELL_INTERPRETER_PORT}:${SHELL_INTERPRETER_PORT} -i sh-shared_process -l
./local-repo -g sh
+CMD ["./bin/interpreter.sh", \
+ "-d", "interpreter/sh", \
Review Comment:
@jongyoul
This is a Dockerfile for a shell interpreter, not JDBC. It seems I caused
confusion by reformatting the shell Dockerfile in this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]