Skip to content

Commit bb7d4c9

Browse files
committed
feat: Add documentation for opt-in option IPv6 for containers
Signed-off-by: David Rapan <[email protected]>
1 parent c3019bd commit bb7d4c9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/api/supervisor/endpoints.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@ Returns information about the docker instance.
15191519
key | type | description
15201520
-- | -- | --
15211521
version | string | The version of the docker engine
1522+
enable_ipv6 | bool | Enabled/Disabled IPv6 for containers
15221523
storage | string | The storage type
15231524
logging | string | The logging type
15241525
registries | dictionary | A dictionary of dictionaries containing `username` and `password` keys for registries.
@@ -1536,6 +1537,19 @@ registries | dictionary | A dictionary of dictionaries containing `username` and
15361537

15371538
</ApiEndpoint>
15381539

1540+
<ApiEndpoint path="/docker/options" method="post">
1541+
Set docker options
1542+
1543+
**Payload:**
1544+
1545+
| key | type | optional | description |
1546+
| ----------- | ---- | -------- | ---------------------------------- |
1547+
| enable_ipv6 | bool | True | Enable/Disable IPv6 for containers |
1548+
1549+
**You need to supply at least one key in the payload.**
1550+
1551+
</ApiEndpoint>
1552+
15391553
<ApiEndpoint path="/docker/registries" method="get">
15401554
Get all configured container registries, this returns a dict with the registry hostname as the key, and a dictionary containing the username configured for that registry.
15411555

0 commit comments

Comments
 (0)