Skip to content

pkg/compose: RunOneOffContainer: don't use NewStartOptions() - #10828

Merged
glours merged 1 commit into
docker:v2from
thaJeztah:minor_cli_changes
Jul 19, 2023
Merged

pkg/compose: RunOneOffContainer: don't use NewStartOptions()#10828
glours merged 1 commit into
docker:v2from
thaJeztah:minor_cli_changes

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

It's no longer used in docker/cli, and doesn't do anything other than creating an empty struct, so replacing it (as we're planning to deprecate that function)

What I did

Related issue

(not mandatory) A picture of a cute animal, if possible in relation to what you did

@thaJeztah
thaJeztah requested a review from milasJuly 18, 2023 20:53

@milasmilas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@milasmilas self-assigned this Jul 18, 2023
It's no longer used in docker/cli, and doesn't do anything other than
creating an empty struct, so replacing it (as we're planning to
deprecate that function)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaJeztah@glours@milas