mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
chore: update todo
This commit is contained in:
@@ -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
|
// 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{
|
return ServiceSpec{
|
||||||
Container: ContainerSpec{
|
Container: ContainerSpec{
|
||||||
Command: c.Config.Cmd,
|
Command: c.Config.Cmd,
|
||||||
|
|||||||
Reference in New Issue
Block a user