File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,6 @@ package compose
1919// Docker Engine API version constants.
2020// These versions correspond to specific Docker Engine releases and their features.
2121const (
22- // APIVersion144 represents Docker Engine API version 1.44 (Engine v25.0).
23- //
24- // New features in this version:
25- // - Endpoint-specific MAC address configuration
26- // - Multiple networks can be connected during container creation
27- // - healthcheck.start_interval parameter support
28- //
29- // Before this version:
30- // - MAC address was container-wide only
31- // - Extra networks required post-creation NetworkConnect calls
32- // - healthcheck.start_interval was not available
33- APIVersion144 = "1.44"
34-
3522 // APIVersion148 represents Docker Engine API version 1.48 (Engine v28.0).
3623 //
3724 // New features in this version:
@@ -56,9 +43,6 @@ const (
5643// Docker Engine version strings for user-facing error messages.
5744// These should be used in error messages to provide clear version requirements.
5845const (
59- // DockerEngineV25 is the major version string for Docker Engine 25.x
60- DockerEngineV25 = "v25"
61-
6246 // DockerEngineV28 is the major version string for Docker Engine 28.x
6347 DockerEngineV28 = "v28"
6448
You can’t perform that action at this time.
0 commit comments