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

How set shm-size when i use ContainerBuilder to start a container. #236

Open
NineHundredMillionGirlDream opened this issue Nov 24, 2021 · 1 comment
Assignees
Milestone

Comments

@NineHundredMillionGirlDream

ContainerBuilder cb = new Builder().UseContainer()
.UseImage(ImageAndTag)
.Command(Command, Arg)
.WithName(Name)
.WithIPC(string.IsNullOrWhiteSpace(IPC) ? string.Empty : IPC)
.UseNetwork(string.IsNullOrWhiteSpace(Network) ? string.Empty : Network);

I can not find a param to set shm-size.

@mariotoffia
Copy link
Owner

Thanks for spotting this @NineHundredMillionGirlDream - I'll add it on the next release :)

@mariotoffia mariotoffia self-assigned this Nov 26, 2021
@mariotoffia mariotoffia added this to To do in FluentDocker via automation Nov 26, 2021
@mariotoffia mariotoffia added this to the 3.0.0-RELEASE milestone Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
FluentDocker
  
To do
Development

No branches or pull requests

2 participants