From a907fdb1af01500f6a3739cf888cc5774f5c041b Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Sat, 15 Mar 2025 20:41:57 +1000 Subject: [PATCH] chore: update todo --- internal/api/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/container.go b/internal/api/container.go index 2b595ae5..4e771c07 100644 --- a/internal/api/container.go +++ b/internal/api/container.go @@ -72,7 +72,7 @@ func (c *Container) ServiceSpec() (ServiceSpec, error) { } // TODO: many properties on the container such as Config.Cmd or Config.Entrypoint are populated when the container - // is created. + // is created. Figure out how to get a spec that is equal to the initial spec. return ServiceSpec{ Container: ContainerSpec{ Command: c.Config.Cmd,