使用Docker Compose 配置文件 docker-compose.yml
version: '3'
services:
scratch3:
image: cznewt/scratch-gui
container_name: scratch3
ports:
- 8601:80
执行以下命令启动容器
docker compose up -d
启动后访问一下地址进入scratch3编程界面
http://localhost:8601