Skip to content

Commit 673186f

Browse files
authored
Merge pull request #150 from cshahdev/patch-1
doc: Update docker API URL to match with minimum v1.43
2 parents 747aa1a + 948d293 commit 673186f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker-compose -f my-docker-compose.yml up
4848

4949
## Relationship to CapRover - Bad
5050

51-
CapRover is just a thin layer around Docker. It uses docker to build and run your applications. It does all of these through [Docker API](https://docs.docker.com/engine/api/v1.40).
51+
CapRover is just a thin layer around Docker. It uses docker to build and run your applications. It does all of these through [Docker API](https://docs.docker.com/reference/api/engine/version/v1.43/).
5252

5353
Although Docker Compose a feature in Docker CLI, it is NOT available in Docker API. This means CapRover cannot handle docker compose files.
5454

docs/service-update-override.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Every time you deploy a new version, or you change a configuration parameter in
1919

2020
## Schema
2121

22-
For the "Service Update Override", you can use both yaml and JSON. The schema needs to match [Service Update Object](https://docs.docker.com/engine/api/v1.40/#operation/ServiceUpdate) in Docker API. In YAML format, it'll be something like the following YAML. Note that this is just a partial example, there are many more customization parameter available.
22+
For the "Service Update Override", you can use both yaml and JSON. The schema needs to match [Service Update Object](https://docs.docker.com/reference/api/engine/version/v1.43/#tag/Service/operation/ServiceUpdate) in Docker API. In YAML format, it'll be something like the following YAML. Note that this is just a partial example, there are many more customization parameter available.
2323

2424
```yaml
2525
TaskTemplate:

0 commit comments

Comments
 (0)