Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix entrypoint field in ContainerOptions #269

Merged
merged 3 commits into from
Feb 21, 2021
Merged

Fix entrypoint field in ContainerOptions #269

merged 3 commits into from
Feb 21, 2021

Conversation

vv9k
Copy link
Contributor

@vv9k vv9k commented Feb 11, 2021

What did you implement:

Fixed ContainerOptionsBuilder::entrypoint to correctly take in an array of strings.

Closes: #268

How did you verify your change:

Verified on local setup.

What (if anything) would need to be called out in the CHANGELOG for the next release:

  • ContainerOptionsBuilder::entrypoint now takes an IntoIterator<Item = AsRef<str>> instead of &str as entrypoint parameter.

@softprops softprops merged commit 4efa39b into softprops:master Feb 21, 2021
elihunter173 added a commit to elihunter173/shiplift that referenced this pull request Mar 7, 2021
@DCNick3
Copy link

DCNick3 commented Mar 29, 2023

Can a release including this change be made please?

UPD: this doesn't seem to be in master anymore too...

@vv9k
Copy link
Contributor Author

vv9k commented Mar 29, 2023

This crate is rather unmaintained I'd suggest looking for an alternative. I have an active fork with a few changes, shameless plug: https://github.com/vv9k/docker-api-rs

You can also checkout bollard: https://github.com/fussybeaver/bollard

@DCNick3
Copy link

DCNick3 commented Mar 29, 2023

Oh, thanks for the heads up, I'll look into them

Sign up for free to 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.

Unable to create container with correct Entrypoint
4 participants