fix(deps): update Docker API usage to DockerHost facade, bump dependencies, and adjust tests/docs

This commit is contained in:
2026-02-04 11:36:05 +00:00
parent 6117b20cc5
commit 31dc8eee22
11 changed files with 933 additions and 968 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ npm install -g @serve.zone/spark
### Specific Version
```bash
curl -sSL https://code.foss.global/serve.zone/spark/raw/branch/master/install.sh | sudo bash -s -- --version v1.2.2
curl -sSL https://code.foss.global/serve.zone/spark/raw/branch/master/install.sh | sudo bash -s -- --version v1.2.4
```
### Manual Installation
@@ -45,7 +45,7 @@ Download the binary for your platform from the [releases page](https://code.foss
```bash
# Example for Linux x64
wget https://code.foss.global/serve.zone/spark/releases/download/v1.2.2/spark-linux-x64
wget https://code.foss.global/serve.zone/spark/releases/download/v1.2.4/spark-linux-x64
chmod +x spark-linux-x64
sudo mv spark-linux-x64 /usr/local/bin/spark
```