Skip to content

Commit cad3475

Browse files
committed
feat: add command to pull latest Shipyard ship image in Docker deployment instructions
1 parent 2b961de commit cad3475

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

en/deploy/astrbot/docker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ git clone https://github.com/AstrBotDevs/AstrBot
5050
cd AstrBot
5151
# Modify the environment variable configuration in the compose-with-shipyard.yml file, such as Shipyard's access token, etc.
5252
docker compose -f compose-with-shipyard.yml up -d
53+
docker pull soulter/shipyard-ship:latest
5354
```
5455

5556
For configuration and usage details, see the [Agent Sandbox Environment](/en/use/astrbot-agent-sandbox.md) documentation.

en/use/astrbot-agent-sandbox.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ git clone https://github.com/AstrBotDevs/AstrBot
2020
cd AstrBot
2121
# Modify the environment variable configuration in the compose-with-shipyard.yml file, such as Shipyard's access token, etc.
2222
docker compose -f compose-with-shipyard.yml up -d
23+
docker pull soulter/shipyard-ship:latest
2324
```
2425

2526
This will start a Docker Compose service that includes AstrBot main program and the sandbox environment.
@@ -35,6 +36,8 @@ mkdir astrbot-shipyard
3536
wget https://raw.githubusercontent.com/AstrBotDevs/shipyard/refs/heads/main/pkgs/bay/docker-compose.yml -O docker-compose.yml
3637
# Modify the environment variable configuration in the compose-with-shipyard.yml file, such as Shipyard's access token, etc.
3738
docker compose -f docker-compose.yml up -d
39+
# pull the latest Shipyard ship image
40+
docker pull soulter/shipyard-ship:latest
3841
```
3942

4043
After successful deployment, the above command will start a Shipyard service that listens on `http://<your-host>:8156` by default.

zh/deploy/astrbot/docker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ git clone https://github.com/AstrBotDevs/AstrBot
5050
cd AstrBot
5151
# 修改 compose-with-shipyard.yml 文件中的环境变量配置,例如 Shipyard 的 access token 等
5252
docker compose -f compose-with-shipyard.yml up -d
53+
docker pull soulter/shipyard-ship:latest
5354
```
5455

5556
配置和使用详见 [Agent 沙盒环境](/zh/use/astrbot-agent-sandbox.md) 文档。

zh/use/astrbot-agent-sandbox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ git clone https://github.com/AstrBotDevs/AstrBot
2020
cd AstrBot
2121
# 修改 compose-with-shipyard.yml 文件中的环境变量配置,例如 Shipyard 的 access token 等
2222
docker compose -f compose-with-shipyard.yml up -d
23+
docker pull soulter/shipyard-ship:latest
2324
```
2425

2526
这会启动一个包含 AstrBot 主程序和沙盒环境的 Docker Compose 服务。
@@ -35,6 +36,7 @@ mkdir astrbot-shipyard
3536
wget https://raw.githubusercontent.com/AstrBotDevs/shipyard/refs/heads/main/pkgs/bay/docker-compose.yml -O docker-compose.yml
3637
# 修改 compose-with-shipyard.yml 文件中的环境变量配置,例如 Shipyard 的 access token 等
3738
docker compose -f docker-compose.yml up -d
39+
docker pull soulter/shipyard-ship:latest
3840
```
3941

4042
部署成功后,上述命令会启动一个 Shipyard 服务,默认监听在 `http://<your-host>:8156`

0 commit comments

Comments
 (0)