Hisoka-X commented on code in PR #7346:
URL: https://github.com/apache/seatunnel/pull/7346#discussion_r1729659376


##########
docs/en/start-v2/docker/docker.md:
##########
@@ -3,7 +3,104 @@
 sidebar_position: 3
 -------------------
 
-# Set Up With Docker
+# Set Up with Docker in local mode
+
+## Zeta Engine
+
+### Download
+
+```shell
+docker pull apache/seatunnel:<version_tag>
+```
+
+How to submit job in local mode
+
+```shell
+docker run --rm -it apache/seatunnel bash ./bin/seatunnel.sh -e local -c 
<CONFIG_FILE>
+
+
+# eg: a fake source to console sink
+docker run --rm -it apache/seatunnel bash ./bin/seatunnel.sh -e local -c 
config/v2.batch.config.template

Review Comment:
   Can we use config file not in docker image?



-- 
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]

Reply via email to