# 程式開發環境-scratch3

<https://github.com/kadok0520/MIT-Scratch3>

建立本地scratch3開發環境伺服器

docker run -d -p 8601:8601 --name scratch3\_01 kadok0520/mit-scratch3

![](/files/-Ljttj6HLrNAH4-RHb-C)

## Notices <a href="#notices" id="notices"></a>

Your server will cost at least 500 MB Memory !

Dockerfile

```
FROM node:alpine
MAINTAINER Hong-Da, Ke

RUN apk add --no-cache git \
    && cd /root \
    && git clone https://github.com/LLK/scratch-gui.git \
    && cd scratch-gui \
    && npm install

WORKDIR /root/scratch-gui
EXPOSE 8601
CMD ["npm","start"]
```


---

# 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://kawsing.gitbook.io/opensystem/docker-cong-an-zhuang-dao-ying-yong-ru-men-pian/cheng-shi-kai-fa-huan-jing-scratch3.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.
