# 13. Commands

Command for next lecture

It has been brought to my attention that the command in the next video may not work anymore (due to Kafka 0.11.0.0 / Confluent 3.3.0). See <https://www.udemy.com/apache-kafka-series-kafka-connect-hands-on-learning/learn/v4/questions/3355762>

**Solution:**

Instead of the mount-point `:/connectors`&#x20;

`docker run -it --rm -p 2181:2181 -p 3030:3030 -p 8081:8081 -p 8082:8082 -p 8083:8083 -p 9092:9092 -e ADV_HOST=127.0.0.1 -e RUNTESTS=0 -v ~/udemy-kafka-connector/kafka-connect-github-source/target/kafka-connect-github-source-1.1-package/share/java/kafka-connect-github-source:/connectors landoop/fast-data-dev` \
Use the mount-point `:/connectors/GitHub`&#x20;

`docker run -it --rm -p 2181:2181 -p 3030:3030 -p 8081:8081 -p 8082:8082 -p 8083:8083 -p 9092:9092 -e ADV_HOST=127.0.0.1 -e RUNTESTS=0 -v ~/udemy-kafka-connector/kafka-connect-github-source/target/kafka-connect-github-source-1.1-package/share/java/kafka-connect-github-source:/connectors/GitHub landoop/fast-data-dev`&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/13.-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
