mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
add updated_at field to containers table
This commit is contained in:
@@ -114,6 +114,7 @@ func (c *Client) RunService(ctx context.Context, opts *ServiceOptions) (RunServi
|
||||
machinecore.DockerNetworkName: {},
|
||||
},
|
||||
}
|
||||
// TODO: pull image if it doesn't exist on the machine.
|
||||
createResp, err := c.CreateContainer(ctx, config, nil, netConfig, nil, containerName)
|
||||
if err != nil {
|
||||
return resp, fmt.Errorf("create container: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user